/*.vts-slider { max-width:1100px; margin:auto; }
.vts-item { display:flex; gap:20px; align-items:center; }
.vts-video video { width:420px; height:240px; border-radius:8px; }
.vts-content { background:#fff; padding:20px; box-shadow:0 0 10px #ccc; }
@media(max-width:768px){
 .vts-item{flex-direction:column;}
 .vts-video video{width:100%; height:auto;}
}
*/
.vts-thumb {
    position: relative;
    cursor: pointer;
}

.vts-thumb img {
   /* width: 100%;
    display: block;*/
    border-radius: 8px;
}

.vts-play {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    color: #f2bf46;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vts-slider .swiper-button-next,.vts-slider .swiper-button-prev{
	color:#fff;
	font-size: 30px;
}
.vts-slider .swiper-button-next:after, .vts-slider .swiper-button-prev:after{
	font-size: 30px;
}
/* MODAL */
#vts-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

#vts-modal.active {
    visibility: visible;
    opacity: 1;
}

.vts-modal-content {
    position: absolute;
    max-width: 900px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vts-modal-content video {
    width: 100%;
    background: #000;
}

.vts-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    color: #fff;
    font-size: 28px;
    border: none;
    cursor: pointer;
}

.vts-overlay {
    position: absolute;
    inset: 0;
}
.vts-item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.vts-thumb img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.wpb_text_column .swiper-slide {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.vts-item h3{
	margin:10px 0px;
	font-size: 18px;
    text-transform:capitalize;
	z-index: 000;
    position: relative;
    background: #fff;
    margin-top: -5px;
    padding-top: 10px;
}
.vts-item {
    padding: 0px !important;
    border-radius: 0px !important;
}
@media (max-width: 767px) {
    .wpb_text_column .swiper-slide {
        width: 100% !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .wpb_text_column .swiper-slide {
        width: 48% !important;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .wpb_text_column .swiper-slide {
        width: 30.33% !important;
    }
}