@media screen and (min-width: 791px) and (max-width: 1024px) {
  .shelf-img {
    width: 1200px;
    transform: translateY(230px);
  }
}

@media screen and (min-width: 768px) and (max-width: 790px) {
  .shelf-img {
    width: 1200px;
    top: 230px !important;
  }
}
