.banner-background{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1200px){
  .banner {
      height: 40vh;
      min-height: 560px;
  }
  .change_banner_position + .banner{
    height: 460px;
    min-height: inherit;
  }
  .change_banner_position + .banner .caption{
    bottom: 7rem;
  }
 
}
@media (min-width: 992px){
  .change_banner_position + .banner .caption{
    bottom: 4rem;
  }
}


.scrollToTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

.icon-bar{
  background-color: #fff;
}