.owl-transition {
    display: block;    
}

.owl-transition .owl-stage-outer {
    height: 73vh;
}

.img-comp-container {
    position: relative;
    width: 60vw;
    height: 71vh;
    overflow: hidden;
    background: #fff;   
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-right: auto;
    margin-left: auto;
    user-select: none;
    box-sizing: border-box;
}

.img-comp-responsive {
    height: 0;
    width: 100%;    
}

.owl-transition .item img {
    display: inline-block !important;
    width: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    border-radius: 0px !important;
}

.img-comp-container, .img-comp-container * {
    transition: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.img-comp-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-comp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-comp-overlay img {
    object-position: left;
}

.img-comp-overlay {
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
}

.img-comp-img .label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 10px;
    background: #EDEDEDCC;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #2B1B4B;
}

.img-comp-img.img-comp-overlay .label {
    right: auto;
    left: 30px;
}

.img-comp-img video {
    border: none;
    outline: none;   
    height: 100%;
    object-fit: cover;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #fff;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-drag: none;
}

.img-comp-slider figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    line-height: 54px;
    border-radius: 50%;    
}

.custom-arrows-h {
    font-size: 2vw !important;
    margin-top: 5px !important;    
    background-color: #fff !important;
    color: black !important;
}

.fa-chevron-left:before {
    content: "\f053" !important;
    padding-right: 1px;
}

.fa-chevron-right:before {
    content: "\f054" !important;
    padding-left: 1px;
}

@media (max-width: 996px) {
    .img-comp-container {        
        width: 85vw;
        height: 36vh;        
    }

    .owl-transition .owl-stage-outer {
        height: 38vh;
    }
}

@media (max-width: 1460px) and (max-height: 1369px) {
    .img-comp-container {        
        width: 80vw;
        height: 32vh;        
    }

    .owl-transition .owl-stage-outer {
        height: 34vh;
    }
}

@media (max-width:599px) {

    #main-ow-section .owl-transition .owl-nav {
        position: absolute;
        bottom: 0;
        left: 50vw;
    }

    .img-comp-container {
        position: relative;
        margin: auto;
        height: 52vw;
        /* max-width: 100%; */
        width: 95vw;
        box-shadow: none;      
    }

    .owl-transition .owl-stage-outer {
        height: 31vh;
    }

    .img-comp-img .label {
        font-size: 16px;
        padding: 8px 20px;
        color: #2B1B4B;
        background: #EDEDEDCC;
        top: 15px;
        bottom: auto;
    }

    .img-comp-img.img-comp-overlay .label {
        right: auto;
        left: 15px;
    }

    .img-comp-img .label {
        left: auto;
        right: 15px;
    }

    #main-ow-section .owl-transition .owl-nav button.owl-next {
        transform: translateY(-100%);
        right: -20vw;
    }

    #main-ow-section .owl-transition .owl-nav button.owl-prev {
        transform: translateY(-100%);
        left: -20vw;
    }

    .main-container .images {
        display: flex;
        flex-direction: column; 
    }

    .main-container .images .img1,
    .main-container .images .img3,    
    .main-container .images .img5,
    .main-container .images .img7,
    .main-container .images .img9 {
        width: 100%;
        height: 100%;
        flex: 1;
    }

    .main-container .images .img2,
    .main-container .images .img4,
    .main-container .images .img6,
    .main-container .images .img8,
    .main-container .images .img10 {
        width: 50%;
        height: 100%;
        flex: 1;
    }

    .main-container .images .before-label, .main-container .images .after-label {
        font-size: 4vw !important;
    }

    .main-container .images .before-label {
        left: 7vw;
        z-index: 2;
    }

    .main-container .images .after-label {        
        left: 70vw;
        z-index: 2;
    }

    .img-comp-slider .line span {
        width: 10vw !important;
        height: 10vw !important;
        top: 28vw !important;
    }

    .custom-arrows-h {
        font-size: 7vw !important;                
    }
    
    .swiper-slide {
        padding-bottom: 5vw;
    }
}

/* For tablets (max-width: 991px) */
@media (max-width: 991px) and (min-width: 600px) {
    .main-container {
        width: 85%; 
        height: 36.5vh;
    }

    .main-container .images {
        display: flex;
        flex-direction: column; 
    }

    .main-container .images .img1,
    .main-container .images .img3,    
    .main-container .images .img5,
    .main-container .images .img7,
    .main-container .images .img9 {
        width: 100%;
        height: 100%;
        flex: 1;
    }

    .main-container .images .img2,
    .main-container .images .img4,
    .main-container .images .img6,
    .main-container .images .img8,
    .main-container .images .img10 {
        width: 50%;
        height: 100%;
        flex: 1;
    }

    .main-container .images .before-label, .main-container .images .after-label {
        font-size: 3vw !important;
    }

    .img-comp-slider .line span {        
        top: 25vw !important;
    }

    .custom-arrows-h {
        font-size: 4vw !important;                
    }
}