/* CUSTOM STYLES  */

html {
  scroll-behavior: smooth;
}

.custom-video-wrapper,
.custom-video-wrapper iframe,
.custom-video-banner {
  width: 100% ;
  height: 100%;
}

.custom-video-banner video {
  width: 100%;
  height: 384px;
  object-fit: cover;
}

.custom-video-wrapper iframe {
  border-radius: 10px;
}

.grid-cars img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

.grid-map iframe {
  width: 100%;
  height: 256px;
}

.section-bday img {
  width: 100%;
  height: 384px;
  border-radius: 10px;
  object-fit: cover;
}

.small-banner {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-img-thumb {
  width: 100%;
  height: 120px;
  object-fit: cover;
}


