#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: red;  

}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}


.button{
  position: absolute;
  bottom: 9px;
  right: 11px;
  height: 30px;
  width: auto;
  opacity: 0
}


.bg{
  background: rgb(168,203,237);
  background: linear-gradient(90deg, rgba(168,203,237,1) 0%, rgba(229,237,247,1) 60%, rgba(208,205,228,1) 100%);
}


.streamWhatYouLoveWrapper{
  position: absolute;
  width:216px;
  height: 94px;
}

#streamWhatYouLove{
  position: absolute;
  width:216px;
  height: 94px;
}

.plus{
  position: absolute;
  width: 65px;
  height: auto;
}

.logo{
  position: absolute;

}

.parkerWrapper{
  position: absolute;
  top:0px;
  left:0px;
  width: 150px;
  height: 235px;
  overflow: hidden;
  
}

.edWrapper{
  position: absolute;
  top:05px;
  left:150px;
  width: 150px;
  height: 235px;
  
}

.img{
  position: absolute;
  top:-10px;
  left:0px;
  width: 330px;
  height: 235px;
}

.plusLarge{
  position: absolute;
  width:145px;
  height: auto;
}