#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #e5e7e8;  


}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
}

.bg{
  position: absolute;
  width: 300px;
  height: 325px;
  top:-75px;
  left:0px;
}



.ctaActive{
display: none;
}

.button{
  position: absolute;
  width: 40px;
  height: 40px;
  bottom:20px;
  right: 20px;
  /* 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%;
}

