  .merch-banner{background: #fafafa;}
.promote-sport-title {text-align: center;font-family: "Roboto-Condensed", arial, sans-serif;font-style: italic;font-size: 16px;margin: 10px 0;text-transform: uppercase;}
.promote-sport-title em {font-family: "Roboto-Condensed", arial, sans-serif;font-size: 16px;color: #0082C3;}
.promote-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;}
.promote-sport:hover { box-shadow: 0px 0px 0px 1px #0082C3 inset;transition: all 0.4s;}
.promote-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);}
.promote-sport .img {width: 112px;height: 54px; background-size: 100%; }
.promote-sport .label {font-family: "Roboto-Condensed", arial, sans-serif;font-style: italic;color: #242323;margin: 5px 0; text-transform: uppercase; }
@media (max-width:600px){
   .promote-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% / 2) - 1px);}
.promote-sport .img {width: 112px;height: 54px; background-size: 100%; }
}
@media screen and (min-device-width: 1024px) {
   .promote-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);}
   .promote-sport-title,.promote-sport-title em {font-size: 18px; }
   .promote-sport-container {margin: 0 auto;max-width: 680px;}
   .promote-sport .img {width: 206.6px; height: 100px; /*background-size: cover;*/ }
   .promote-sport .label {font-size: 14px; }
   .hidden-desktop{display: none;}
}
