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

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

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:250px;
  display:box;
  border:2px solid #CF3339;
  background-color: #EFEFEF;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#img-1{
  top:4px;
}

#img-2{
  left:100px;
  top:49px;
}
#img-3{
  left:100px;
  top:49px;
}
#img-4{
  left:100px;
  top:49px;
}
#img-5{
  left:100px;
  top:49px;
}

#text-1{
  left:10px;
  top:202px;
}
#text-2{
  left:0px;
  top:192px;
}
#text-3{
  left:31px;
  top:192px;
}
#text-4{
  left:82px;
  top:190px;
}
#text-5{
  left:43px;
  top:192px;
}

#CTA{
  top: 220px;
  left:61px;
}

#logo{
  top:10px;
  left:100px;
  width:100px;
}

#bottom{
  top:172px;
}
#top{
  top:-10px;
}

#icons{
  left:76px;
  top:216px;
}

#icon_canada{
  left:212px;
  top:216px;
}