@media screen and (max-width: 767px) {
	.home-banner .img a {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
		padding-top: 56.33333%;
	}
	.home-banner .img a img,
	.home-banner .img a picture,
	.home-banner .img a video,
	.home-banner .img a iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		transition: 0.3s ease-in-out all;
	}
}
@media screen and (min-width: 767.1px) {
	.home-banner .img a {
		height: 100vh;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home-banner .img a img,
	.home-banner .img a picture,
	.home-banner .img a video {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media screen and (max-width: 767.1px) {
	.home-banner .desktop {
		display: none !important;
	}
}
@media screen and (min-width: 767px) {
	.home-banner .mobile {
		display: none !important;
	}
}

.home-our-services .img a {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 100%;
}
.home-our-services .img a img,
.home-our-services .img a picture,
.home-our-services .img a video,
.home-our-services .img a iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s ease-in-out all;
}

@media screen and (min-width: 767.1px) {
	.behind-the-scenes .main-bchat-title {
		text-align: center;
	}
}
.behind-the-scenes .single-swiper {
	max-width: 800px;
	margin: 0 auto;
}

.behind-the-scenes .img a {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 65%;
}
.behind-the-scenes .img a img,
.behind-the-scenes .img a picture,
.behind-the-scenes .img a video,
.behind-the-scenes .img a iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s ease-in-out all;
}
@media screen and (min-width: 1024px) {
	.behind-the-scenes .main-slide .main-button .button-prev {
		right: 115%;
	}
	.behind-the-scenes .main-slide .main-button .button-next {
		left: 115%;
	}
}
