/* Image Height */
.custom-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Slider Image Height */
.slider-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Video Height */
.video-frame {
  height: 500px;
  width: 100%;
}

.about-container {
  max-width: 1520px !important;
  padding: 0 15px;
  margin: auto;
}

.custom-video {
  width: 80%;
  height: 700px;
  object-fit: cover;
}