#banner{
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #e5e7e8;  


}

.retina{
  position: absolute;
  width: 970px;
  height: 250px;
  top:0px;
  left:0px;
}

/* .bg{
  position: absolute;
  width: 1070px;
  height: 350px;
  top:-50px;
  left:-50px;
} */



.ctaActive{
display: none;
}

.button{
  position: absolute;
  width: 271px;
  height: 41px;
  top:153px;
  left: 653px;
  /* filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)); */
  overflow: hidden;
  border-radius: 20px;
}

.butBg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00588e;
  
}

.but{
  position: absolute;
  width: 100%;
  height: 100%;
}

