   .merch-banner{
   background: #fafafa;
   }
   .promotee-sport-title {
   text-align: center;
   font-family: "Roboto-Condensed", arial, sans-serif;
   font-style: italic;
   font-size: 16px;
   margin: 10px 0;
   text-transform: uppercase;
   }
   .promotee-sport-title em {
   font-family: "Roboto-Condensed", arial, sans-serif;
   font-size: 16px;
   color: #0082C3;
   }
   .promotee-sport-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   margin: 14px;
   background: #ffffff;
   border-left: solid 1px #e6e6e6;
   border-bottom: solid 1px #e6e6e6;
   }
   .promotee-sport:hover { 
      box-shadow: 0px 0px 0px 1px #0082C3 inset;
      transition: all 0.4s;
   }
   .promotee-sport {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   background: #fff;
   text-decoration: none;
   padding: 10px;
   border-right: solid 1px #e6e6e6;
   border-top: solid 1px #e6e6e6;
   transition: all 0.2s;
   width: calc((100% / 3) - 1px);
   }
   .promotee-sport .img {
   width: 60px;
   height: 60px;
   background-size: 100%;
   }
   .promotee-sport .label {
   font-family: "Roboto-Condensed", arial, sans-serif;
   font-style: italic;
   color: #242323;
   margin: 5px 0;
   text-transform: uppercase;
   }
@media screen and (min-device-width: 1024px) {
   .promotee-sport-title,
   .promotee-sport-title em {
   font-size: 18px;
   }
   .promotee-sport-container {
   margin: 0 auto;
   max-width: 680px;
   }
   .promotee-sport .img {
   width: 100px;
   height: 100px;
   }
   .promotee-sport .label {
   font-size: 14px;
   }
   .hidden-desktop{
      display: none;
   }
}