#downloadapp .article {
    background: url('/~/resources//Heineken/Shared/Campaigns/Heineken Experience/App_Freshly_Served_Banner-small-min') no-repeat;
    background-size: contain;
}

.freshly-served-hex {
    display:block;
    width:100%;
    padding:30px;
    min-height:660px;
    background-size: contain;
}

.freshly-served-hex h3 {
    margin-bottom:0 !important;
    margin-top: 80px;
}

.freshly-served-hex h3 span {
    border-bottom: 2px solid white;
    margin-bottom:10px;
}

.freshly-served-hex h5 {
    margin-top: 10px;
}

.freshly-served-hex-buttons {
    display:block;
    width:100%;
    margin-top: 50px;
}

.freshly-served-hex-button {
 width:134px;
 height: 48px;
 margin-right:10px;
}
@media screen and (max-width: 1024px) {
    .freshly-served-hex {
        display:block;
        width:100%;
        padding:30px;
        min-height:660px;
        background-size: contain;
    }

    .freshly-served-hex h3 {
        font-size: 24px !important;
        margin-top:60px !important;
    }
    .freshly-served-hex h5 {
        font-size: 16px !important;
    }
  .freshly-served-hex-button {
      width: 112px;
      height: auto;
  }

}
@media screen and (max-width: 768px) {
    .freshly-served-hex {
        display:block;
        width:100%;
        padding:20px;
        min-height:150px;
        background-size: contain;
    }

    .freshly-served-hex h3 {
        font-size: 24px !important;
        margin-top: 0px !important;
    }

    .freshly-served-hex h5 {
        font-size: 14px !important;
    }

    .freshly-served-hex  {
        padding: 0;
    }

    .freshly-served-hex h3, .freshly-served-hex hr, .freshly-served-hex h5 {
        position: relative;
        top: 40px;
        left: 10px;
    }
    .freshly-served-hex-buttons {
      margin-left:10px;
      margin-top: 150px;
    }
}
@media screen and (max-width: 425px) {
  #downloadapp .article {
      background: none;
  }

  .freshly-served-hex {
    background:url('/~/resources/heineken/shared/campaigns/heineken experience/app_freshly_served_bannerl-min') no-repeat;
    display:block;
    width:100%;
    padding:30px;
    background-size: contain;
  }

  .freshly-served-hex h3 {
      font-size: 22px !important;
  }

  .freshly-served-hex h5 {
      font-size: 13px !important;
  }

  .freshly-served-hex-button {
      width: 93px;
      height: auto;
  }
}

@media screen and (max-width: 375px) {
  .freshly-served-hex {
      display:block;
      width:100%;
      padding:5px;
      min-height:150px;
      background-size: contain;
  }

  .freshly-served-hex h3 {
      font-size: 16px !important;
  }
  .freshly-served-hex h5 {
      font-size: 12px !important;
  }
  .freshly-served-hex-buttons {
    margin: 120px 10px 0px 0px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .freshly-served-hex-buttons {
    margin: 100px 0px 0px 0px;
    text-align: center;
  }

  .freshly-served-hex h5 {
    font-size: 10px !important;
   }
}
