/* Static Banner */
.static-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.static-banner .slide {
  position: relative;
  height: 600px;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .static-banner .slide {
    height: 500px;
  }
}

@media screen and (max-width: 767.98px) {
  .static-banner .slide {
    height: 400px;
  }
} 