/* Id: 7.16394149.1535119861
 * Generated: 2018-10-30 11:31:43
 */
    .banner-mmva {    
    width: 200%;
    margin-bottom: 20px;
    margin-left:-50%;
}

@media screen and (min-width: 768px) {
   .banner-mmva .desktop-only {
      display:block;
   }
   .banner-mmva .mobile-only {
      display:none;
   }
}
@media screen and (max-width: 767px) {
   .banner-mmva .mobile-only {
      display:block;
   }
   .banner-mmva .desktop-only {
      display:none;
   }
}

.banner-mmva .initial-banner{
  width: 100%;
  margin-bottom: 20px;
}
    
.banner-mmva .initial-banner {
  height: 400px;
  position: relative;
}

.banner-mmva .initial-banner:after {
  content: "";
    display: block;
    height: 400px;
    position: relative;
    z-index: -2;
  	background: #ff3e13 url('/polopoly_fs/7.16394149.1535119861!/1264x400-iHEART-header-MMVA2018.jpg') top center no-repeat;
}

@media screen and (max-width: 767px) {
  .banner-mmva .initial-banner{
      height: 300px;
    }
      .banner-mmva .initial-banner:after{
      height: 300px;
        background-size:cover;
    }
}
    
/******* INITIAL BANNER *******/    
.banner-mmva .initial-banner .banner-content {
  text-align: center;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.banner-mmva .initial-banner .banner-content h1{
    color: #fff;
    margin-bottom: 32px;
    font-size:57px;
    line-height:57px;
}
.banner-mmva .initial-banner .banner-content a.btn { 
    font-size: 18px;
    padding: 10px 45px;
    background-color: #5BA7F7;
    border-color: #5BA7F7; 
}
.banner-mmva .initial-banner .banner-content a.btn:hover { 
  background-color:#1190fa;
    border-color: #1190fa; 
}
@media screen and (max-width: 767px) {
    .banner-mmva .initial-banner .banner-content h1{
        margin-bottom: 22px;
        font-size:34px;
        line-height:34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner-mmva .initial-banner .banner-content h1 {
      font-size: 47px;
      line-height: 47px;
    }
}

      