.video-slider-area {
	padding-top: 8rem;
	padding-bottom: 13rem;
}
.video-slider-area .container {
	max-width: 135rem;
}
.video-slider-single-inner {
	width: 100%;
	height: 53rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 1.4rem;
	overflow: hidden;
	text-align: center;
}
.video-slider-play {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	align-items: center;
	font-size: 3rem;
	line-height: normal;
	color: #FFF;
	font-weight: 600;
	transition: all .4s;
	position: relative;
	bottom: -2rem;
	opacity: 0;
}
.video-slider-single-inner:hover .video-slider-play {
	bottom: 0;
	opacity: 1;
}
.video-slider-title {
	text-align: center;
	font-size: 4rem;
	line-height: normal;
	font-weight: 600;
	color: #131313;
}
.video-slider-row {
	margin-top: 4rem;
	position: relative;
}
.video-slider-arrow a {
	width: 8rem;
	height: 8rem;
	background-image: linear-gradient(275deg, #ED1B69 0.25%, #F36F5C 46.26%, #FECF0C 100.27%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 4rem);
	left: -4rem;
	z-index: 1;
}
.video-slider-arrow .video-next-arrow {
	left: inherit;
	right: -4rem;
}
.video-slider-items {
	overflow: hidden;
}
.video-slider-arrow .swiper-button-disabled {
	opacity: .4;
	cursor: auto;
}
@media only screen and (max-width: 1050px) {
    .video-slider-title {
    	font-size: 30px;
    }
    .video-slider-row {
    	margin-top: 20px;
    }
    .video-slider-single-inner {
    	height: 252px;
    	border-radius: 7px;
    }
    .video-slider-play {
    	font-size: 16px;
    }
    .video-slider-play .icon {
    	width: 29px;
    	display: flex;
    }
    .video-slider-area {
    	padding-top: 4px;
    	padding-bottom: 73px;
    }
        .video-slider-arrow {
    	display: none;
    }
    .video-slider-area .container {
    	padding-right: 0;
    }
}