﻿iframe {
    width: 100% !important;
    height: 100% !important;
}
.five-content .owl-custom .item .image .mobile-video .iframe-video {
    width: 100%;
    height: 100%;
}
.five-content .owl-custom .item .image .mobile-video, .tablet-video, .desktop-video {
    width: 100%;
    height: 100%;
}
.five-content .owl-custom .item .image .tablet-video .iframe-video {
        width: 100%;
        height: 100%;
    }
.five-content .owl-custom .item .image .video-embeded {
    height: 100%;
}
.video-section {
        height: 625px !important;
    }
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.five-content .slider-counter {
    margin-top: -52px;
}
.five-content .owl-custom .owl-nav button {
    padding-bottom: 1rem !important;
}
.five-content .owl-custom-alpha-video .owl-nav {
    margin-right: 0 !important
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important
}
.five-content .owl-custom .item .image .pause-buttom {
    z-index: 9 !important;
}
.videoPaused:hover {
    visibility: visible !important;
}
.five-content .owl-custom .item .image .mobile-video {
    display: none;
}
.five-content .owl-custom .item .image .tablet-video {
    display: none;
}
.five-content .owl-custom .owl-dots {
    width: 100% !important;
    display: flex !important;
    flex-flow: row !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 65px;
    transform: translate(-50%, 0) !important;
    margin-top: 0px !important;
}
    .five-content .owl-custom .owl-dots button {
        width: 25% !important;
        height: 3.5px !important;
        background-color: #93a7ec !important;
        margin: 0 !important;
    }
    .five-content .owl-custom .owl-dots .active {
        height: 4.5px !important;
        background-color: #2E58EB !important;
    }
/*Responsive*/
@media screen and (max-width: 1300px) {
   .five-content .owl-custom-alpha-video .owl-nav {
        display: flex !important;
        margin-left: 90% !important;
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 991px) {
    .owl-nav {
        display: none !important;
    }

    .five-content .owl-custom .owl-dots {
        bottom: -48px !important;
    }

    .five-content .slider-counter {
        margin-top: 52px !important;
        margin-left: 94% !important;
    }
}
@media only screen and (min-width:321px) and (max-width:768px){
    .five-content .owl-custom .item .image .desktop-video {
        display: none;
    }
    .five-content .owl-custom .item .image .mobile-video {
        display: none;
    }
    .five-content .owl-custom .item .image .tablet-video {
        display: block;
    } 

}
@media screen and (max-width: 576px) {
    .five-content .container-alpha .owl-carousel .owl-dots {
        bottom: 10px !important;
        display: block;
        margin: 0 auto;
    }
    .five-content .owl-custom .owl-dots {
        bottom: 0px !important;
    }
    .five-content .owl-custom .item .image .mobile-video {
        display: block;
    }
    .five-content .owl-custom .item .image .desktop-video {
        display: none;
    }
    .five-content .owl-custom .item .image .tablet-video {
        display: none;
    }
    .five-content .owl-custom .owl-dots {
        bottom: 65px !important;
    }
    .owl-nav {
        display: none !important;
    }    
}
@media screen and (max-width: 1300px) {
    .owl-nav {
        display: flex;
    }    
}