.event-schedule .event-schedule-navbar{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.event-schedule .event-schedule-content{
    background-color: #F1F3F5;
}

.event-schedule .event-schedule-content:not(.active) {
    display: none;
}

.event-schedule .navbar-nav .nav-link{
    border-radius: unset;
    padding-top: 15px;
    padding-bottom: 15px;
}

.event-schedule .navbar-nav{
    background-color: #D91B2B;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
}

.event-schedule .navbar-nav .nav-link[data-event] {
    pointer-events: none;
}

.event-schedule .navbar-nav .nav-link.disabled{
    opacity: 0.5;
    cursor: default;
}

.event-schedule .navbar-nav .nav-link.active{
    background-color: transparent;
}

.event-schedule .navbar-nav .nav-link > div:first-child{
    font-size: 17px !important;
    line-height: 22px;
    color: white;
}

.event-schedule .navbar-nav .nav-item.nav-link > div:last-child{
    font-size: 17px;
    color: white;
}

.event-schedule .event-schedule-hour{
    color: #2C3449;
    font-size: 14px;
    font-weight: 600;
}

.event-schedule .event-schedule-name,
.event-schedule .event-schedule-person{
    color: #2C3449;
    font-size: 14px;
    line-height: normal;
}

.event-schedule .event-schedule-person{
    margin-top: 6px;
    font-weight: 600;
}

.event-schedule .event-schedule-person > span{
    display: block;
    font-weight: 200;
}

.event-schedule .event-schedule-name{
    position: relative;
}

.event-schedule .btn-download-schedule,
.event-schedule .btn-calendar{
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-repeat: no-repeat;
    background-position: 14px center;
    font-size: 10px !important;
    padding: 11px 18px;
    padding-left: 46px;
}

.event-schedule .btn-download-schedule{
    background-size: auto 21px;
    background-image: url('/web/themes/innovation_hub/img/btn-download.png');
    background-color: #a7b5be !important;
    color: #2C3449;
}

.event-schedule .btn-calendar{
    background-size: auto 23px;
    background-image: url('/web/themes/innovation_hub/img/btn-calendar.png');;
}

.event-schedule .event-schedule-background-text{
    text-transform: uppercase;
    font-size: 30px;
    color: #e0bab5;
    position: absolute;
    right: -105px;
    bottom: 135px;
    transform: rotate(-90deg);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 12px;
    display: none;
}

.event-schedule .slick-prev:before, 
.event-schedule .slick-next:before{
    color: #a7b5be;
    font-size: 40px;
}

.event-schedule .slick-prev:not(.slick-disabled):before, 
.event-schedule .slick-next:not(.slick-disabled):before{
    color: #a7b5be;
    font-size: 40px;
    opacity: 1;
}

.event-schedule .slick-prev, 
.event-schedule .slick-next{
    width: 40px;
    height: 40px;
}

@media (min-width: 680px) {
    .event-schedule .slick-prev {
        left: -70px;
    }

    .event-schedule .slick-next {
        right: -70px;
    }
}

.event-schedule .event-schedule-carousel .slick-slide > div{
    height: 120px;
    margin: 15px 0;
    width: 211px;
    background-color: #D91B2B;
    color: white;
    transition: all .5s;
}

.event-schedule .event-schedule-carousel .slick-slide.slick-center > div{
    height: 150px;
    margin: 0;
    background-color: #a7b5be;
}

.event-schedule .event-schedule-carousel .slick-slide:not(.slick-center) > div{
    opacity: 0.9;
}

.event-schedule .event-schedule-carousel .slick-slide:not(.slick-center) > div > div{
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
}

.event-schedule .event-schedule-session-name{
    font-size: 20px;
}

.event-schedule.event-schedule-multiple .navbar-nav {
    background-color: #a7b5be;
}

.event-schedule .event-schedule-session-date{
    font-size: 14px;
}

.event-schedule .event-schedule-carousel::after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    border: solid #a7b5be;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
}

.event-speakers .event-speakers-before-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #D91B2B;
    font-size: 13px;
    letter-spacing: 4px;
}

.event-speakers .event-speakers-subtitle{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #878787;
}

.event-speakers .event-speaker-name{
    font-family: 'MovementBold';
    color: #94c8e4;
    font-size: 22px;
    line-height: 24px;
}

.event-speakers .event-speaker-text{
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.event-speakers .event-speaker{
    background-color: #94c8e4;
    height: 450px;
    opacity: 0.6;
    position: relative;
}

.event-speakers .event-speaker-text-container{
    background-color: rgba(255,255,255,0.5);
    padding: 15px 10px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}

.event-speakers .event-speaker-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-205deg) saturate(700%) contrast(0.6);
    filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-205deg) saturate(700%) contrast(0.6);
}

.event-speakers .event-speaker:hover{
    opacity: 1;
}

.event-speakers .event-speaker:hover .event-speaker-text-container{
    background-color: white;
}

.event-speakers .event-speaker:hover .event-speaker-image{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.event-speakers .event-speaker-img-container,
.event-next .event-next-img-container{
    width: 170px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 15px;
}

.event-speakers .event-speaker-img-container > div,
.event-next .event-next-img-container > div{
    width: 100%;
    padding-top: calc(100% - 20px);
    border-radius: 100%;
    border: 10px solid #D91B2B;
    position: relative;
    background-color: #bbbbbb;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.event-next{
    background-attachment: unset;
}

.event-next .event-next-img-container > div:last-child{
    padding-top: calc(100% - 24px);
    border: 12px solid rgba(255,255,255,0.1);
    background-color: transparent;
}

.event-next .event-next-info > div{
    font-family: 'DINCond-Bold';
    line-height: normal;
}

.event-next .event-next-title{
    letter-spacing: 5px;
    font-size: 14px;
}

.event-next .event-next-name{
    font-size: 26px;
}

.event-next .event-next-date{
    font-size: 18px;
}

.event-next .event-next-person{
    font-family: 'DINCond-Light' !important;
    font-size: 18px;
}

.event-next .event-next-days > div{
    display: inline-block;
    width: 60px;
    border-radius: 8px;
    background-color: white;
    margin: 0 2px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 0;
    text-align: center;
}

.event-next .event-next-days > div > div:first-child{
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    color: #D91B2B;
}

.event-next .event-next-days > div > div:last-child{
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: #999999;
    padding-top: 3px;
}

.banner-home .banner-home-date{
    font-size: 32px;
    line-height: normal;
    font-family: 'MovementBold';
    text-shadow: 0.707px 0.707px 16px rgba(0, 0, 0, 0.388);
}

.banner-home .banner-home-hour{
    font-size: 26px;
    line-height: normal;
    font-family: 'MovementBold';
    text-shadow: 0.707px 0.707px 16px rgba(0, 0, 0, 0.388);
}

.banner-home .banner-home-title{
    font-size: 34px;
    text-shadow: 0.707px 0.707px 16px rgba(0, 0, 0, 0.388);
}

.banner-home .banner-home-subtitle{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.banner-home .banner-home-subtitle span{
    letter-spacing: 5px;
}

.banner-home .banner-home-days > div,
.banner-home .banner-home-days > span,
.countdown-days > div,
.countdown-days > span{
    display: inline-block;
    width: 80px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
}

.banner-home .banner-home-days > div,
.countdown-days > div{
    background-color: white;
    margin: 0 5px;
}

.banner-home .banner-home-days > div > div:first-child,
.countdown-days > div > div:first-child{
    font-weight: normal;
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 2px;
    color: #2C3449;
}

.banner-home .banner-home-days > div > div:last-child,
.countdown-days > div > div:last-child{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    padding: 2px 0;
    color: #2C3449;
    font-weight: 200;
}

.banner-home .banner-home-days > span,
.countdown-days > span{
    margin: 0 12px;
    width: auto;
    font-size: 52px;
    height: 100%;
    vertical-align: top;
    line-height: 52px;
    padding: 0;
    padding-top: 4px;
}

.banner-home-2 img{
    max-width: 100%;
    width: 350px;
}

.banner-home-2 .banner-home-title{
    font-size: 18px;
    text-shadow: none;
}

.banner-home-2 .banner-home-title strong{
    color: #D91B2B;
    font-size: 28px;
}

.banner-home-2 .banner-home-title br{
    display: unset !important;
}

.banner-home-2 .banner-home-text{
    font-size: 14px;
}

.banner-home .login-btns .btn-color{
    min-width: 150px;
}

.banner-home{
    background-attachment: unset;
    background-color: black;
    background-position: right top;
    background-size: auto 100%;
}

.banner-home-carousel,
.banner-home-video,
.banner-home-2{
    padding-top: 145px;
    padding-bottom: 80px;
}

.banner-home-carousel .banner-home-carousel-logo{
    margin: 0;
    max-width: 90%;
    width: 350px;
}

.banner-home-carousel .banner-home-carousel-text{
    font-size: 14px;
    color: white;
}

.banner-home-carousel .carousel-container .slick-slide:not(.slick-center) .carousel-title,
.banner-home-carousel .carousel-container .slick-slide:not(.slick-center) .carousel-subtitle{
    display: none;
}

.banner-home-carousel .carousel-container .carousel-title{
    font-size: 20px;
    font-weight: 200;
}

.banner-home-carousel .carousel-container .carousel-title strong{
    font-weight: 400;
}

.banner-home-carousel .carousel-container .carousel-subtitle{
    font-size: 17px;
    font-weight: 600;
}

.banner-home-carousel .carousel-container .slick-slide{
    width: 350px;
}

.banner-home-carousel .carousel-container .slick-slide .carousel-img{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left center;
    position: relative;
    border-radius: 6px;
}

.banner-home-carousel .carousel-container .slick-slide .carousel-img .icon-container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.banner-home-carousel .carousel-container .slick-slide .carousel-img .icon-container > svg{
    width: 50px;
    fill: white;
}

.banner-home-carousel .carousel-container .slick-slide .carousel-img::after{
    content: '';
    display: inline-block;
    padding-top: 60%;
}

.banner-home-carousel .carousel-container.init .slick-slide .carousel-img{
    transition: all .5s;
}

.banner-home-carousel .carousel-container .slick-slide.slick-slide-previous .carousel-img{
    background-position: right center;
}

.banner-home-carousel .carousel-container .slick-slide:not(.slick-center) .carousel-img{
    background-size: 45% auto;
    border-radius: unset;
    opacity: 0.8;
}

.banner-home-carousel .carousel-container .slick-slide:not(.slick-center) .carousel-img .icon-container{
    width: 45%;
}

.banner-home-carousel .carousel-container .slick-slide.slick-slide-previous .carousel-img .icon-container{
    right: 0;
    left: auto;
}

.banner-home-carousel .carousel-container .slick-slide:not(.slick-center) .carousel-img .icon-container svg{
    width: 25px;
}

.banner-home-carousel .carousel-container [data-link].slide-changed{
    cursor: pointer;
}

.banner-home-video .banner-home-video-logo{
    margin: 0;
    max-width: 100%;
    width: 350px;
}

.banner-home-video .banner-home-video-text{
    font-size: 18px;
    color: white;
    font-weight: 200;
    text-align: center;
}

.banner-home-video .banner-home-video-text strong{
    font-weight: 400;
}

.banner-home-video .banner-home-video-container{
    max-width: 500px;
    margin: auto;
}

@media (max-width: 991px) {
    .banner-home-carousel,
    .banner-home-video,
    .banner-home-2{
        padding-top: 40px;
    }
}

@media (max-width: 550px) {
    .banner-home-carousel .carousel-container .slick-slide{
        width: 280px;
    }
}

@media (max-width: 450px) {
    .banner-home-carousel .carousel-container .slick-slide{
        width: 220px;
    }
}

#custom-side-menu .streaming-link.disabled{
    display: none;
}

#custom-side-menu .streaming-link.streaming-status-E div{
    animation: streamingOnline 1s linear infinite;
}

@keyframes streamingOnline {
    50% {
        /*opacity: 0.4;        */
        background-color: #D91B2B;
    }

    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .event-next .event-next-days > div{
        width: 48px;
        margin: 0;
        padding: 10px 0;
    }

    .event-next .event-next-days > div > div:first-child{
        font-size: 28px;
    }

    .event-next .event-next-days > div > div:last-child{
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .event-next .event-next-info > div{
        padding-left: 30px;
    }

    .event-schedule .navbar-nav .nav-link:first-child {
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .banner-home img {
        margin-top: 5px;
    }

    .banner-home .banner-home-title br{
        display: none;
    }
}

@media (max-width: 550px) {
    .banner-home .banner-home-date {
        font-size: 26px;
    }

    .banner-home .banner-home-hour {
        font-size: 20px;
        line-height: normal;
    }

    .banner-home .banner-home-subtitle {
        font-size: 16px;
    }

    .banner-home .banner-home-days > div,
    .countdown-days > div{
        width: 68px;
    }

    .banner-home .banner-home-days > div > div:first-child,
    .countdown-days > div > div:first-child{
        font-size: 46px;
        line-height: 46px;
    }

    .banner-home .banner-home-days > span,
    .countdown-days > span{
        margin: 0 2px;
        font-size: 40px;
    }

    .banner-home .banner-home-days > div > div:last-child,
    .countdown-days > div > div:last-child{
        font-size: 10px;
    }

    .event-schedule .event-schedule-btns{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .event-schedule .event-schedule-btns a:nth-child(2){
        border-radius: 5px;
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    .title-1 {
        font-family: 'DINCond-Bold';
        font-size: 38px;
    }

    .banner-home .banner-home-days > div,
    .countdown-days > div{
        width: 54px;
    }

    .banner-home .banner-home-days > div > div:first-child,
    .countdown-days > div > div:first-child{
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 4px;
    }

    .banner-home .banner-home-days > div > div:last-child,
    .countdown-days > div > div:last-child{
        font-size: 8px;
        line-height: 8px;
    }

    .banner-home .banner-home-days > span,
    .countdown-days > span{
        font-size: 35px;
        padding-top: 0;
    }

    .banner-home .login-btns .btn-color{
        width: 100%;
        margin: 6px 0 !important;
    }
}


#custom-side-menu {
    position: fixed;
    top: calc(25vh - 70px);
    right: 0;
    font-size: 20px;
    z-index: 888;

}
#custom-side-menu a{
    color: #FFF;
    text-decoration: none;
}
#custom-side-menu div{
    cursor: pointer;
    height: 70px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    line-height: 70px;
    padding-left: 60px;
    font-family: 'DINCond-Bold';
    color: #FFF;
    width: 180px;
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    background-size: 30px 30px;
    background-color: #344d77;
}

#custom-side-menu .active{
    background-color: #D91B2B;
}

#custom-side-menu div.schedule{
    background-image: url('/web/themes/innovation_hub/img/icon-schedule.png');
}
#custom-side-menu div.speakers{
    background-image: url('/web/themes/innovation_hub/img/icon-speaker.png');
}
#custom-side-menu div.live{
    background-image: url('/web/themes/innovation_hub/img/icon-live.png');
}
#custom-side-menu div.video{
    background-image: url('/web/themes/innovation_hub/img/icon-live.png');
}
#custom-side-menu .streaming-link.streaming-status-E div.live{
    background-color: #333333;
}

.btn-streaming,
.btn-download-diploma{
    padding-left: 60px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: left 22px center;
    background-size: auto 26px;
    background-image: url('/web/themes/innovation_hub/img/icon-live.png');
}

.btn-download-diploma{
    background-image: url('/web/themes/innovation_hub/img/btn-download-white.png');
    background-size: auto 20px;
}

/* Efectos especiales */
#custom-side-menu div {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    opacity: 1;
}

#custom-side-menu div:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.event-sessions{
    background-color: #c4d4df;
    padding: 120px 0;
}

.event-sessions .event-session{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 40px;
    padding-bottom: 50px;
}

.event-sessions .event-session .btn-color-container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.event-sessions .event-session .btn-color,
.event-learning-modules .event-learning-module .btn-color{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    background-color: #D91B2B !important;
    padding: 5px 30px;
    color: white !important;
}

.event-sessions .event-session-badge{
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 6px;
    padding: 3px 16px;
    border-radius: 20px;
}

.event-sessions .event-session-title{
    font-family: 'NeuropolXRg-Regular';
    font-size: 24px;
    color: #05171D;
    font-weight: 600;
}

.event-sessions .event-session-posttitle{
    font-size: 14px;
    color: #05171D;
}

.event-sessions .event-session img{
    max-width: 80%;
    margin: auto;
    max-height: 150px;
}

.event-sessions .event-session.disabled .btn-color{
    opacity: 0.5;
    pointer-events: none
}

@media (max-width: 1199px) {
    .event-sessions .event-session{
        padding-left: 12px;
        padding-right: 12px;
    }
}

.event-schedule .event-schedule-intro{
    color: #344d77;
    font-size: 16px;
    line-height: 20px;
}

.event-schedule .event-schedule-intro-title{
    font-size: 20px;
    line-height: 24px;
    font-family: 'MovementBold';
}

.event-schedule .event-schedule-intro-subtitle {
    font-family: 'DINCond-Bold';
}

.event-schedule .event-schedule-intro-location {
    font-family: 'DINCond-Light';
}

.event-sessions-schedule{
    background-color: #e3e3e3;
}

@media (min-width: 768px) {
    .event-schedule .event-schedule-intro{
        margin-top: -35px;
        padding-left: 55px;
    }

    .event-sessions-schedule{
        background-repeat: no-repeat;
        background-position: left 256px;
        background-size: 250px auto;
        background-image: url('/web/themes/innovation_hub/img/home-background.png');
    }
}

.event-speakers .group-title{
    font-size: 22px !important;
    line-height: 35px;
}
.event-module{
    border-radius: 8px;
    background-color: #4e92a1;
    height: 100%;
    position: relative;
    padding: 24px 32px;
}

.event-module.has-access{
    border-radius: 8px 8px 20px 20px;
    padding-bottom: 60px;
}

.event-module .event-module-title{
    font-family: 'Avenir-Black';
    font-size: 19px;
}

.event-module .event-module-description{
    font-family: 'AvenirLTStd-Book';
    font-size: 16px;
    line-height: normal;
}

.event-module .event-module-description b{
    font-family: 'Avenir-Heavy';
    display: block;
}

.event-module .event-module-description p{
    margin-bottom: 0;
}

.event-module .event-module-description p:last-child{
    margin-top: 24px;
}

.event-module .event-module-access{
    position: absolute;
    height: 36px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background-color: #D91B2B;
    font-family: 'Avenir-Heavy';
    font-size: 12px;
    line-height: 36px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: white !important;
}

.event-session-videos{
    background-color: #c4d4df;
}

.learning-module .title-1{
    color: #05171D;
    font-size: 21px !important;
    font-weight: 600;
}

.learning-module .text{
    color: #05171D;
    font-size: 13px;
}

.learning-module .text strong{
    font-weight: 800;
}

.event-session-videos .event-session-video{
    /*width: 280px;*/
}

.event-session-videos .event-session-video-title{
    color: #D91B2B;
    font-size: 14px;
    font-weight: 700;
}

.event-session-videos .event-session-video-text{
    color: #05171D;
    font-size: 13px;
}

.event-session-videos .event-session-video [data-toggle="modal"] {
    cursor: pointer;
}

.event-session-videos .event-session-video iframe,
.event-session-videos .event-session-video:not(.slick-active) [data-toggle="modal"],
.event-learning-modules .event-learning-module:not(.slick-active) a {
    cursor: default;
    pointer-events: none;
}

.learning-module .slick-slide:not(.slick-active){
    opacity: 0.6;
}

#countdown-modal .countdown-days > div{
    border: 1px solid #999999;
}

.event-info .event-info-text-1{
    font-size: 18px;
}

.event-info .event-info-text-2{
    font-size: 15px;
}

.event-info img{
    width: 110px;
}

.event-learning-modules .event-learning-module > div{
    border: 1px solid #a7b5be;
    border-radius: 8px;
}

.event-learning-modules .event-learning-module .title{
    font-weight: 800;
    color: #D91B2B;
    text-align: center;
}

.event-learning-modules .event-learning-module .text{
    font-size: 10px;
}

.event-learning-modules .event-learning-module .btn-color{
    font-size: 10px;
    padding: 5px 25px
}

.event-learning-modules-2{
    background-color: #D91B2B;
}

.event-learning-modules-2 .title-1,
.event-learning-modules-2 .text{
    color: white;
}

.event-learning-modules-2 .event-learning-module .btn-color{
    background-color: white !important;
    color: #05171D !important;
}

body:not(.page-alias-healthsummit) #btn-live-banner,
body:not(.page-alias-healthsummit) .btn-download-diploma-container{
    display: none !important;
}

.event-schedule-speaker .event-schedule-speaker-text{
    color: #2C3449;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

@media (max-width: 450px) {
    .banner-home-2 .banner-home-title strong{
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .banner-home-2 img,
    .banner-home-video .banner-home-video-logo{
        margin-left: -20px;
    }
}

@media (min-width: 1400px) {
    .banner-home-2 img,
    .banner-home-video .banner-home-video-logo{
        margin-left: -180px;
    }
}

@media (min-width: 1600px) {
    .banner-home-2 img,
    .banner-home-video .banner-home-video-logo{
        margin-left: -350px;
    }
}

.event-session-videos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.event-session-videos-container .event-session-video {
    width: calc(50% - 20px);
}

.event-session-videos-container [data-toggle="modal"] {
    pointer-events: auto !important;
    cursor: pointer !important;
}

@media (max-width: 500px) {
    .event-session-videos-container .event-session-video {
        width: 100%;
    }
}


.speaker-description {
    font-size: 13px;
    color: #05171D;
}

.speaker-title {
    color: #D91B2B;
}

.speaker-name {
    font-weight: bold;
    color: #05171D;
}

.speaker-month {
    color: rgba(0,0,0,.7);
}

.speaker-image {
    border-radius: 100% !important;
    border: 3px solid rgba(255,255,255,0.4);
    object-fit: cover;
    width: 120px;
    height: 120px;
    max-width: 120px;
    margin-top: 9px;
}
