/*
Theme Name: OPBY Assets
Author: OpenBayou
Description: Theme for use with OBS
Version: 2
License: Private
Text Domain: obs-theme
*/
html{box-sizing:border-box;height:100%;width:100%;margin-top:0!important}
body{height:100%;font-size:100%;padding:0;margin:0;overflow-y:auto;overflow-x:hidden}
*,:before,:after{box-sizing:inherit}
/*Header*/
.header{background:#000;height:50px;font-family:'Barlow',sans-serif}
.header .contain{padding:0 45px}
.logo-right{display:flex;align-items:center;justify-content:right;height:50px;float:right}
.logo-right .img-logo{display:inline-block;border-right:1px solid #646464;margin-right:15px;padding-right:15px;height:24px}
span.podcast-title{color:#fff;text-transform:lowercase}
.header img{width:120px}
/*Main*/
.main{width:1330px;display:flex;margin:50px auto 0;flex-wrap:wrap;justify-content:center}
.section{width:275px;height:300px;position:relative;text-align:center;float:left;margin-right:75px}
.section:last-child{margin-right:0}
.section .contain{background:#eee;width:275px;height:300px;border-radius:30px;overflow:hidden;position:relative}
.section .contain a{display:block;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:99999}
.section .contain .image{position:absolute;right:-185px;top:33px}
.section .contain .image img{width:410px;border:5px solid #fff;height:235.633px;object-fit:cover}
.section .contain .text{margin-top:120px;background:#000;padding:8px;display:inline-block;color:#fff;min-width:250px;font-weight:700;font-family:'Roboto Condensed',sans-serif;font-size:34px;position:relative;z-index:99;text-transform:uppercase}
.section .icon{background:#a00;width:50px;height:50px;border-radius:25px;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;position:absolute;bottom:-20px;right:-20px;z-index:999}
.section .icon img{width:25px;height:auto;margin-left:auto;margin-right:auto}