/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE 480

=====================================================*/

@media all and (max-width: 481px) {
  body.home-page-wrapper {
    background: #eee;
  }
  .mediacross-content-wrapper .nivo-controlNav {
    display: none;
  }
  .home-page-category-grid .item-grid {
    display: flex;
    flex-direction: column;
  }
  /********************
    home page banner
********************/
  .nivo-caption {
    padding: 20px;
  }
  .nivo-caption h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
  }
  .nivo-caption p.banner-subtitle {
    display: none;
    color: #fff;
    font-size: 16px;
  }
  .newsletter-email {
    max-width: 300px;
    width: 300px;
    text-align: left;
  }
  .newsletter-email input[type="text"] {
    width: 170px;
  }
}
