.hp-youtube-wrapper .youtube-shorts {
    position: relative;
}

.hp-youtube-wrapper .youtube-shorts .youtube-shorts-wrapper {
    height: 400px !important;
    position: relative;
}

.hp-youtube-wrapper .youtube-shorts .youtube-shorts-wrapper .milenia-responsive-iframe {
    height: 100% !important;
    padding-bottom: 0 !important;
    position: static;
}

.hp-youtube-wrapper .youtube-shorts .youtube-shorts-wrapper iframe {
    height: 400px !important;
    border-radius: 10px !important
}

.hp-youtube-wrapper .youtube-shorts .owl-dots {
    display: none;
}

.hp-youtube-wrapper .youtube-shorts .owl-nav {
    position: absolute;
    top: 45%;
    width: auto;
    left: 0;
    right: 0;
    bottom: auto;
}

.hp-youtube-wrapper .youtube-shorts .owl-nav .owl-prev {
    margin-right: -25px;
    position: absolute;
    top: 45%;
    bottom: auto;
    left: auto !important;
    right: 0 !important;
}

.hp-youtube-wrapper .youtube-shorts .owl-nav .owl-next {
    margin-left: -25px;
    position: absolute;
    top: 45%;
    bottom: auto;
    left: 0 !important;
    right: auto !important;
}

.hp-youtube-wrapper .youtube-shorts .owl-nav .owl-prev .fa-chevron-left:before {
    content: "\e93c" !important;
    font-family: 'Linearicons' !important;
}

.hp-youtube-wrapper .youtube-shorts .owl-nav .owl-next .fa-chevron-right:before {
    content: "\e93b" !important;
    font-family: 'Linearicons' !important;
}
.hp-youtube-wrapper .youtube-shorts {
    max-width: 1235px;
    margin: 0 auto;
}

.hp-youtube-wrapper .youtube-shorts .owl-item {
    width: 223px !important;
}

.hp-youtube-wrapper .youtube-shorts .youtube-shorts-wrapper.video-detected {
    display: none !important;
}

.hp-youtube-wrapper .youtube-shorts .youtube-shorts-wrapper .youtube-hover-before {
    position: absolute;
    height: 120px;
    width: 100%;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

.hp-youtube-wrapper .youtube-shorts .youtube-shorts-wrapper .youtube-hover-after {
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}
#youtube-shorts-popup {
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.shorts-popup-show#youtube-shorts-popup {
    display: flex;
    padding-top: 0;
}

#youtube-shorts-popup .modal-content {
    background: transparent;
    border: none;
    text-align: center;
}

#youtube-shorts-popup .modal-body {
    height: 524px;
    width: 323px;
    position: relative;
    margin: 0 auto;
}

#youtube-shorts-popup .modal-body .close {
    position: absolute;
    top: -38px;
    left: 0;
    font-size: 38px;
    line-height: 38px;
    color: #fff;
}

#youtube-shorts-popup .youtube-iframe-popup-player {
    height: 574px !important;
    border-radius: 10px !important;
    width: 323px;
}

/* .hp-youtube-wrapper .youtube-shorts .youtube-shorts-wrapper .youtube-play-wrapper {
    position: absolute;
    top: 120px;
    height: 160px;
    width: 100%;
    z-index: 9;
    cursor: pointer;
} */
.youtube-shorts .youtube-shorts-wrapper .youtube-thumbnail {
    height: 400px !important;
    width: 223px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    z-index: 8;
    position: relative;
}
.youtube-shorts .youtube-shorts-wrapper .youtube-shorts-player {
    object-fit: contain;
    cursor: pointer;
    position: absolute;
    top: 120px;
    height: 160px;
    width: 100%;
    z-index: 9;
    cursor: pointer;
}
@media(max-width: 1300px) {
    .hp-youtube-wrapper .youtube-shorts {
        max-width: 982px;
    }
}
@media(max-width: 1199px) {
    .hp-youtube-wrapper .youtube-shorts {
        max-width: 729px;
    }
}
@media(max-width: 991px) {
    .hp-youtube-wrapper .youtube-shorts {
        max-width: 476px;
    }
}
@media (max-width: 768px) {
    #youtube-shorts-popup .modal-content {
        width: 100% !important;
    } 
}
@media only screen and (max-width: 767px) {
    .hp-youtube-wrapper {
        max-width: 100% !important;
        margin: 50px auto !important;
    }
}
@media(max-width: 550px) {
    .hp-youtube-wrapper .youtube-shorts {
        max-width: 235px;
    }
}