.img-slider-home {
	object-fit: contain; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 422px;
}

.img-blog-home {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 162px;
}

.img-product-home {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 221px;
}

.img-client-home {
	object-fit: contain; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 119px;
}

.img-photo-home {
	object-fit: contain; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 182px;
}

.img-detail-product {
	object-fit: contain; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 414px;
}

.img-menu-sub {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 247px;
}

.img-menu-kategori {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 183px;
}

.img-gallery-photo {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 204px;
}

.img-blog {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 399px;
}

.img-blog-recent {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 60px;
	height: 60px;
}

.img-our-team {
	object-fit: contain; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 169px;
}

.img-client {
	object-fit: contain; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 242px;
}

.img-client-detail {
	object-fit: contain; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 100%;
	height: 452px;
}

.img-testi {
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	width: 40px;
	height: 40px;
}

@media (max-width: 479px){
	.img-slider-home {
		object-fit: contain; /* Do not scale the image */
		object-position: center; /* Center the image within the element */
		width: 100%;
		height: 170px;
	}
	.img-detail-product {
		object-fit: contain; /* Do not scale the image */
		object-position: center; /* Center the image within the element */
		width: 100%;
		height: 170px;
	}
	.img-blog {
		object-fit: cover; /* Do not scale the image */
		object-position: center; /* Center the image within the element */
		width: 100%;
		height: 170px;
	}
}