body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:300px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:600px;
  display:box;
  border:1px solid #EE3039;
  background-color: #ffffff;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}



#wave{
  top: 360px;
  width: 320px;
  left: -10px;
}

.circle{
  border-radius: 50%;
  border:solid 5px #EE3039;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#cows{
  left: 20px;
  top: 327px;
}

#soybean{
  left: 160px;
  top: 327px;
}

#logo{
  left: 58px;
  top: 10px;
}

#CTA{
  left: 50px;
  top: 530px;
  width: 204px

}
#text-1{
  top: 295px;
}

#text-2, #text-3, #text-4{
  top: 460px;
}

#processor{
  left: 37px;
  top: 120px;
}