/*==========================================================
FEATURED VIDEOS
==========================================================*/

.featured-videos{

    margin-top:35px;

    background:var(--surface);

    /*border:1px solid var(--border);*/

    border-radius:16px;

    padding:22px;

}

.featured-videos h2{

    margin:0 0 18px;

    color:var(--gold);

    font-family:'Oswald',sans-serif;

    font-size:30px;

    letter-spacing:.5px;

}

.video-card{

    margin-bottom:24px;

}

.video-card:last-child{

    margin-bottom:0;

}

.video-title{

    margin-bottom:12px;

    color:var(--text);

    font-weight:700;

    font-size:18px;

}

.video-container{

    position:relative;

    overflow:hidden;

    border-radius:12px;

    aspect-ratio:16/9;

    background:#000;

}

.video-container iframe{

    width:100%;

    height:100%;

    border:0;

}

