/* Add custom CSS styles below */ 
.hero,
.banner,
.slider,
.slideshow {
  min-height: 60vh;
  background-size: cover !important;
  background-position: center !important;
}

.hero img,
.banner img,
.slider img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
* {
  animation: none !important;
  transition: none !important;
}
.hero,
.banner,
.slider {
  aspect-ratio: 16 / 9;
  min-height: 60vh;
}

.hero img,
.banner img,
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}