.videoIntro {
    /*padding: 70px 20px 40px 20px;*/
    /*background: #191919;*/
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    justify-content: center;
    align-items: center;
}

.videoIntro .videoItems {
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.owl-carousel .owl-item img {
    width: initial !important;
    display: initial !important;
}

.video_item {
    cursor: pointer;
    flex: 1 1 50%;
    position: relative;
}

.video_item video {
    width: 330px;
    height: 227px;
    border-radius: 15px;
    z-index: 1;
}

.play-video {
    position: absolute;
    margin: 0 auto;
    top: 88px;
    left: 0;
    right: 0;
    background: url(https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/play-icon.png) no-repeat center center;
    width: 54px;
    height: 54px;
    background-size: contain;
    opacity: 0.3;
    z-index: 2;
}

.video_item p {
    color: #c7c8ca;
}

@media only screen and (max-width: 420px) {
    .video_item video {
        width: 300px;
        height: 210px;
    }
}

.products .owl-nav, .videoItems .owl-nav {
    text-align: center;
}

#maia-video-wrapper {
    position: relative;
    width: 454px;
    height: 254px;
    /*margin: auto;*/
}

#playIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
}

#playIcon::after {
    content: '';
    background: url(https://yuccahq.com/wp-content/themes/child-theme/images/page.home-img/play-icon.png) no-repeat center;
    width: 54px;
    height: 54px;
    background-size: cover;
    opacity: 0.3;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

div#leo-max-video {
    background: url(https://yuccahq.com/wp-content/uploads/2020/video_/Maya-Pro-Yucca-cover.gif) no-repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

video#leo-max-cover {
    width: 100%;
    height: 100%;
}

.hide-icon {
    display: none !important;
}

@media only screen and (max-width: 500px) {
    #maia-video-wrapper {
        width: 344px;
        height: auto;
    }
}

@media only screen and (max-width: 360px) {
    #maia-video-wrapper {
        width: 300px;
    }
}

.videoIntro .video_item {
    opacity: 0;
    visibility: hidden;
}

.videoIntro.come-in .video_item {
    animation: showScale 1s forwards;
}
