/* Banner section */

.bannerVideo {
  background-size: cover;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background-position: center center;
}

.banner {
  cursor: pointer;
}

.banner img {
  background-size: cover;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background-position: center center;
}
