/* tab-index.css - Tablet Specific Adjustments */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content #banner {
    grid-template-columns: 1fr;
  }
  
  .image-object img {
    max-width: 260px;
  }
  
  #left-menu {
    width: 300px;
  }
}
