.slider-main .video.swiper-slide {
    min-height: 0 !important;
    padding-bottom: 0;
	max-height: 500px;
}
.widget-item-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.system-video-tag {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.system-video-tag {}

.system-video-tag-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 0;
}

.system-video-tag-content video {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
[data-role="sliderMain"] .wrap-slide {
    position: relative;
    z-index: 3;
}
.mobile-image-bg {
display:none;
}

a.banner-button-youtube {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
a.banner-button-youtube:hover {
    color: #fff;
}
a.banner-button-youtube .icon img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

a.banner-button-youtube:hover .icon img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}
a.banner-button-youtube .text {
	position: relative;
	left: -10px;
}
@media (max-width: 880px){
	.slider-main .video.swiper-slide {
		padding-bottom: 0;
		min-height: 350px!important;
	}
}
@media (max-width: 768px) {

a.banner-button-youtube {
    font-size: 12px;
    color: #000;
    text-shadow: none;
    margin-top: 10px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

a.banner-button-youtube .icon img {
    width: 40px !important;
}

a.banner-button-youtube:hover {
    color: #000;
}
	.slider-main .video.swiper-slide {
		max-height: 100% !important;
	}
	.pilomaterialy-tkan.hide-on-desctop {
		display: block;
	}
	.slider-main .swiper-slide {
		min-height: 450px !important;
	}
	.widget-item-video{
		display:none;
	}
	.mobile-image-bg {
		display:block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background-position: center;
		background-size: cover;
	}

}