@media (max-width: 500px) {
  .mobshrink {
    width: 100px;
    height: auto;
  }
}

