/*
 <div class="ms-calendar-box "> <a href="/motorsports/calendar/2020/honda_motorsports_sp_calendar.zip" download> <img src="/motorsports/calendar/2020/sample/sp_calendar_horizontal.jpg" alt="Honda Motorsports Calendar"> <span><strong>Download</strong><b>ALL</b></span></a> </div>
    
<!--Images-->
     <div class="ms-calendar-grid ms-calendar-calendar-8">
      <div class="ms-calendar-box "><a href="/motorsports/calendar/2020/F1.jpg" download><img src="/motorsports/calendar/2020/F1.jpg" alt="F1"><span><strong>Download</strong><b>F1</b></span></a></div>
*/
img{max-width: 100%;}

.ms-calendar-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.ms-calendar-box {
    padding: 0 8px;
    margin-bottom: 16px; }

.ms-calendar-grid-8 .ms-calendar-box {
  flex: 0 0 20%;
  max-width: 100%; }

.ms-calendar-box a {
  border-radius: 16px;

      background: #222;
      color: #fff; }
.ms-calendar-box em {
      font-size: 15px; }

  .ms-calendar-box a {
    display: block;
    text-decoration: none;
    flex: 0 0 auto;
    overflow: hidden; }
  .ms-calendar-box img {
    position: relative; }
  .ms-calendar-box img {
    transition-duration: 0.5s;
    transform: scale(1); }
  .ms-calendar-box a:hover img {
    transform: scale(1.01) rotate(0deg);
    opacity: 0.5; }
  .ms-calendar-box span {
    position: relative;
    display: block;
    padding: 16px; }
  .ms-calendar-box strong {
    font-weight: 500;
    display: block;
    padding: 0 0 8px; }
  .ms-calendar-box i {
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    color: #ccc;
    padding: 0 0;
    vertical-align: middle; }
  .ms-calendar-box em {
    display: none; }
  .ms-calendar-box i img {
    width: auto;
    height: 9px;
    margin: 0 4px 3px; }
  .ms-calendar-box b {
    position: absolute;
    top: -2em;
    left: 16px;
    height: 2em;
    display: inline-block;
    background: #c00;
    padding: 0 8px;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 2; }

  .ms-calendar-box.GTSF b{
   font-size: 0.85em;height: auto; top: -3em;
   width: 88%;
}
@media(max-width: 736px){
 .ms-calendar-grid-8 .ms-calendar-box {
  flex: 0 0 50%;
  max-width: 100%; }
  .ms-calendar-box.GTSF b{
   top: -4.5em; left: 4px; line-height: 1.2; padding: 8px;
}
}