.btn.btn-default{
  display: inline-block;
  padding: 14px 20px;
  color: #fff;
  background-color: #F48B1E;
  border: 1px solid #F48B1E;
  border-radius: 0;
  min-width: 180px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 30%);
  font-size: 18px;
  transition: all .2s linear;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus{
  background-color: #d87917;
}

.title{
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}

.blitz-main{
  background-color: #061441;
}
.blitz-main,
.blitz-main p{
  font-size: 18px;
  color: rgb(255 255 255 / 80%);
  line-height: 1.6;
  font-weight: 300;
}

.blitz-main .blitz-welcome{
  display: flex;
  position: relative;
  height: 90vh;
  min-height: 800px;
  max-height: 1100px;
  background-image: url('//ips4-wowslegends-global.gcdn.co/pages_media/186029362_82_Baltimore_US_T8_CV_Art_Soft-launch-artworks_4098x2468_SPb_WoWSL_1-Recoveredcopy1-min.png?_cb=1664207644');
  background-size: auto 80%;
  background-position: right 100px;
  background-repeat: no-repeat;
  align-items: center;
  transition: all .2s linear;
}
.blitz-main .blitz-welcome *{
  transition: all .2s linear;
  color: #fff;
}
.blitz-main .blitz-welcome .head-title{
  text-transform: uppercase;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.blitz-main .blitz-welcome .head-stitle{
  max-width: 540px;
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
}
body.ipsApp .blitz-main .btn.btn-default{
  display: inline-block;
  width: auto;
  height: 56px;
  line-height: inherit;
  background: #F8782B;
  font-size: 19px;
  font-weight: bold;
  padding: 14px 26px;
}
body.ipsApp .blitz-main .btn.btn-default img{
  max-width: 32px;
  top: -2px;
  position: relative;
}
body.ipsApp .blitz-main .btn.btn-default:hover{
  background: #F8782B;
  box-shadow: 0px 0px 20px #F56914;
}

.video-gallery_wrapper .asH1{
  text-transform: uppercase;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.video-gallery_wrapper p{
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.video-gallery_wrapper .video-tile:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/89_youtube-white.svg?_cb=1674832480);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 76px;
  transition: all linear .2s;
}
.video-gallery_wrapper .video-tile:hover:before{
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/89_youtube.svg?_cb=1674832246);
  backdrop-filter: blur(1.8px);
  cursor: pointer;
}
.video-gallery_wrapper iframe+.video-tile{
  display: none;
}

body.ipsApp:before{
  display: none!important;
}

body.ipsApp .blitz-main *{
  z-index: 1;
}

footer:before{
  /*display: none!important;*/
}

@media(min-width: 1680px){
  .blitz-main .container{
    max-width: 1600px;
  }
}

@media(min-width: 2000px){
  .blitz-main .blitz-welcome{
    max-width: 2800px;
    background-size: auto 92%;
    margin: auto;
  }
}

@media(max-width: 1680px){
  .blitz-main .blitz-welcome{
    background-size: 72% auto;
  }
}

@media(max-width: 1400px){
  .blitz-main .blitz-welcome{
    background-position: 120% center;
  }
  .blitz-main .blitz-welcome .head-title{
    font-size: 42px;
  }
}

@media(max-width: 1280px){
  .blitz-main .blitz-welcome .head-title{
    font-size: 38px;
  }
}

@media(max-width: 992px){
  .blitz-main .video-gallery_wrapper.video-gallery_wrapper{
    max-width: 720px;
    margin: auto;
  }
}

@media(max-width: 920px){
  .blitz-main .blitz-welcome{
    background-position: center 10%;
    background-size: 100%;
    align-items: end;
    padding-bottom: 80px;
    text-align: center;
  }
  .blitz-main .blitz-welcome .row{
    justify-content: center;
  }
  .blitz-main .blitz-welcome .head-stitle{
    margin: auto;
  }
  .blitz-main .blitz-welcome .head-stitle ul{
    font-size: 15px;
  }
}

@media(max-width: 768px){
  .blitz-main .blitz-welcome .head-title{
    font-size: 32px;
    max-width: 96%;
    max-width: 660px;
    margin: auto;
  }
}
@media(max-width: 420px){
  .blitz-main .blitz-welcome{
    height: 86vh;
    background-position: center 20%;
    padding-bottom: 0;
    margin-bottom: 80px;
    min-height: 600px;
  }
  .blitz-main .blitz-welcome .head-title{
    font-size: 24px;
  }
  .blitz-main .blitz-welcome .head-stitle{
    font-size: 16px;
  }
  .blitz-main .video-gallery_wrapper p{
    font-size: 16px;
  }
  body.ipsApp .blitz-main .btn.btn-default{
    height: auto;
    min-height: 54px;
    white-space: normal;
    padding: 12px 20px;
  }
  body.ipsApp .blitz-main .btn.btn-default img{
    max-width: 26px;
  }
  body.ipsApp .video-gallery_wrapper .asH1,
  body.ipsApp .bundles-socials .asH1{
    font-size: 24px;
  }
  body.ipsApp .blitz-main .btn.btn-default{
    font-size: 17px;
  }
}

@media(max-width: 420px) and (min-height: 680px){
  .blitz-main .blitz-welcome{
    background-size: 125%;
  }
}

@media(max-width: 1024.5px) and (min-height: 1000px){
  .blitz-main .blitz-welcome{
    background-position: center 0;
    background-size: 100%;
    align-items: end;
    padding-bottom: 80px;
    text-align: center;
  }
  .blitz-main .blitz-welcome .row{
    justify-content: center;
  }
}