.video-banner{
    background: url('/wp-content/themes/sytech/assets/img/video-banner.png') no-repeat center;
    background-size: cover;
    padding: 120px 0;
}
.video-banner h2, .video-banner .video-item h3{
    color: white;
}
.video-list li.video-item{
    width: 32%;
    margin-right: 2%;
    box-shadow: none;
    margin-bottom: 5.2rem;
    position: relative;
}
.video-list li.video-item:last-child{
    margin-bottom: 8rem;
}
li.video-item div.img:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: url('../image/play.svg') no-repeat center;
    background-color: var(--hover-color);
    border-radius: 50%;
    left: 1rem;
    background-size: 20px;
    bottom: 1rem;
    transition: all 0.3s ease;
}
.video-item div.img{
    overflow: hidden;
}
.video-list li.video-item:nth-of-type(3n){
    margin-right: 0;
}
li.video-item div.img{
    position: relative;
    cursor: pointer;
}
.video-list li.video-item div.img{
    height: 256px;
}
.video-list li.video-item div.mess{
    background-color: transparent;
    padding: 0;
    padding-top: 1.5rem;
}
.video-list li.video-item div.mess h3{
    font-size: 1.25rem;
    font-weight: 500;
}
.all-videos h2, .video-banner h2{
    margin-bottom: 4rem;
    font-size: 2.6rem;
}
.video-banner .video-item div.img{
    width: 100%;
    height: 213px;
}
.video-banner .left .video-item div.img{
    height: 525px;
}
.video-item div.img span{
    background-size: cover !important;
}
.video-banner .video-item h3{
    font-size: 1rem;
    font-weight: 500;
    padding-top: 1rem;
}
.video-banner .flex .left{
    width: 68%;
}
.video-banner .flex .right{
    width: 27%;
}
.video-banner .flex .right li:nth-of-type(1){
    margin-bottom: 60px;
}
.video-banner .left .video-item h3{
    font-size: 1.3rem;
    padding-top: 1.3rem;
}
.all-videos{
    padding-top: 6rem;
}
.video-banner .flex .left div.img:after{
    transform: scale(1.5);
    left: 3rem;
    bottom: 3rem;
}
.video-banner .flex .right div.img:after{
    transform: scale(0.8);
    left: 0.8rem;
    bottom: 0.8rem;
}
.video-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.video-modal .video-content{
    min-width: 50rem;
    min-height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    /* background-color: white; */
    top: -100%;
    transition: all 0.3s ease;
}
.video-modal .video-lay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.video .video-modal{
    opacity: 1;
    z-index: 99;
}
.video .video-modal .video-content{
    top: 50%;
    min-width: 600px;
    min-height: 300px;
}
.video .video-modal .video-content .wp-block-video{
    text-align: center;
}
.video .video-modal .video-content.loading{
    background-color: #eee;
}
.video .video-modal .video-lay{
    display: block;
}

.video-btn{
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/sytech/assets/img/swiper-right-purple.svg) !important;
    background-size: 16px !important;
    opacity: 1;
    top: 135px;
}
.video-swiper-content{
    position: relative;
    text-align: center;
}
.video-swiper-content>div{
    text-align: left;
}
.video-btn.video-prev{
    right: 103%;
    left: unset;
    background-image: url(/wp-content/themes/sytech/assets/img/swiper-left-purple.svg) !important;
}
.video-btn.video-next{
    left: 103%;
    right: unset;
}
.home-video-swiper .mess h3{
    padding-top: 1rem;
}
/* .all-videos .button.load_more_post_ajax {
    background-color: black;
    font-size: 16px;
    line-height: 52px;
    padding: 0 4.6rem;
} */
.wp-block-video video{
    max-height: 42rem;
}