.box_right {
  position:absolute;
  left:71%;
  width: 28%;
  height:406px;
  margin-right:6%;
  border: 2px solid blue;
  top:49%;
}


.box_right_counter {
    position: absolute;
    left: 50%;
    width: 20%;
    height: 194px;
    margin-right: 6%;
    border: 1px solid red;
    top: 55%;
}



.box_right_mobile {
  position:absolute;
  left:1%;
  width: 96%;
  height:500px;
  margin-right:6%;
  border: 2px solid blue;
  top:310%;
}
.box_right_ipad {
  position:absolute;
  left:31%;
  width: 28%;
  height:560px;
  margin-right:6%;
  border: 2px solid blue;
}

.box_right_vertical {
    position: absolute;
    left: 71.5%;
    width: 28%;
    top: 65%;
    height: 530px;
    margin-right: 6%;
/*    border: 2px solid blue; */
}
