/* CUSTOM CSS */

.img-wrapper {
  width: 100%;
  max-height: 70vh;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body {
	background-image: url(/x0000053/images/bg1.png);
	background-repeat: repeat-y;
	background-size: 100% auto; /* full width, keep ratio */
	background-position: top center;
}
.text-justify {
    text-align: justify;
}
img[src=""],
img[src=""],
img:not([src]),
img[src=" "],
img[src^="blob:"], /* optional */
img[src="#"] {
    visibility: hidden !important;
}
.service-video-wrapper {
	max-width: 800px;
}
.rental-image-wrapper {
	width: 160px;
	height: 160px;
}
.rental-image {
	width: 100%;
	height: 100%;
}
.bg-secondary-subtle {
    background-color: #e0e0e0 !important;
}
.navbar {
	padding: 8px 0;
}
.navbar .nav-item {
	margin: 0;
}