.mobileshop-items-left{
    width: 45%;
    left: 5%; 
    bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mobileshop-items-left{
    width: 54%;
    left: 1%; 
  }
}

.mobileshop-items-right{
    width: 40%;
    right: 2%; 
    bottom: 0;
}


@media only screen and (max-width: 767px) {
  .mobileshop-items-right{
    width: 43%;
    right: 1%; 
  }
}

.screen {
  width: 25%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .screen{
    width: 40%;
  }
}
