@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: 400px;
	margin: 0 auto;
}
.behind-the-scenes .single-swiper .swiper-slide {
	width: 100% !important;
}

.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: 100%;
	}
	.behind-the-scenes .main-slide .main-button .button-next {
		left: 100%;
	}
}

.home-our-services .swiper-slide .img {
	position: relative;
}
.home-our-services .swiper-slide .img .category-title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.25rem;
	color: white;
	font-weight: 700;
}
.behind-the-scenes {
	background: #000;
}
.behind-detail {
	background: #000;
	padding-bottom: 4rem !important;
}

footer
	.footer-top
	.footer-partner-logo
	.swiper-container
	.swiper-slide
	.item
	a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
footer
	.footer-top
	.footer-partner-logo
	.swiper-container
	.swiper-slide
	.item
	img {
	height: 100%;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

footer .footer-top .footer-partner-logo .swiper-container .swiper-slide .title {
	text-align: center;
}

.home-about .img-wrap {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 100%;
	border: 1px solid #fff;
}
.home-about .img-wrap img,
.home-about .img-wrap picture,
.home-about .img-wrap video,
.home-about .img-wrap 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;
}
