.logo-wrap img {
    max-width: 350px;
}

.copy-wrap h2 {
    margin-bottom: 30px;
}

.banner-section {
    padding: 80px 0 160px;
}

.recent-video-container {
    padding: 140px 0;
    background: #000;
}

.recent-video-container h4, .recent-video-container h3 {
    color: #fff;
}

.recent-video-container h3{
    line-height: 54px;
}

.recent-video-container h4 {
    font-size: 18px;
    font-family: var(--title-font) !important;
    text-transform: uppercase;

}

.arrow-link {
    text-decoration: underline;
    color: var(--secondary-color);
    font-size: 16px;
    font-family: var(--title-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
    display: block;
}
.arrow-link:hover {
    color: var(--secondary-color);
}
.arrow-link .arrow {
    position: relative;
    display: inline-block;
    padding: 6px;
}
.arrow-link .arrow:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--secondary-color);
    top: 50%;
    transition: width 0.5s ease-out;
}
.arrow-link .arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--secondary-color);
    border-right: 1px solid var(--secondary-color);
    transform: rotate(45deg);
    top: calc(50% - 5px);
    position: absolute;
    right: 1px;
}
.arrow-link .arrow:hover {
    cursor: pointer;
}
.arrow-link:hover .arrow:before {
    width: 60px;
}
.master-class-hero-video{
    display: flex;
    position: relative;
    cursor: pointer;
}

.play-btn-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.img-span{width: 100%;text-align: center;}

.img-span img{
    width: 90%;
}

.row1 .img-span img{
    width: 100%;
}

.svg_div svg{
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    opacity: 0;
}

.master-class-hero-video-container:hover svg{
    opacity: 1;
}

.master-class-hero-video-container{
    position: relative;
}

.master-class-hero-video:after{
        content:'\A';
        position:absolute;
        width:100%; height:100%;
        top:0; left:0;
        background:rgba(0,0,0,0.4);
        opacity:0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
}


.row1{
    padding: 140px 0 40px;
}
.master-class-hero-video:hover:after{
    opacity: 1;
}

.margin-btm{
    margin-bottom: 140px;
}

.epi-num h5{
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767px){
    .banner-section {
        padding: 60px 0 60px;
    }

    .banner-section p{
        font-size: 18px;
    }

    .logo-wrap img {
        max-width: 300px;
    }

    .logo-wrap{
        margin-bottom: 60px;
    }

    .recent-video-container{
        padding: 60px 0;
    }
    .recent-video-container h3 {
        line-height: 36px;
    }

    .master-class-hero-video-container{
        margin-top: 20px;
    }

    .master-class-hero-video-container span img{
        width: 100%;
    }

    .row1 {
        padding: 60px 0 60px;
    }
    .margin-btm {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 500px){
.margin-btm{
    margin-bottom: 40px;
}
}