#ipsLayout_body{
  margin-top: 0!important;
}
.video-gallery_wrapper.video-gallery_wrapper-upd{
  width: 100%!important;
}
.section-include+.video-gallery_wrapper-upd .video-gallery{
  margin: 0;
}

body.ipsApp .wgf-wrap {
  position: relative;
  background-color: #1c559a;
  padding: 80px 60px;
  color: #fff;
  margin-bottom: 140px;
  overflow: hidden;
}

>.row{
  min-height: 320px;
}
body.ipsApp .wgf-wrap .asH1 {
  line-height: 1.2;
}
body.ipsApp .wgf-wrap a,
body.ipsApp .wgf-wrap p {
  color: #fff !important;
}

body.ipsApp .wgf-wrap a{
  text-decoration: underline;
}
body.ipsApp .wgf-wrap a:hover{
  text-decoration: none;
}

body.ipsApp .wgf-wrap a.btn {
  border-radius: 0;
  background: #F09000;
  padding: 10px 20px;
  min-width: 180px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s linear;
}
body.ipsApp .wgf-wrap a.btn:hover{
  background: #FFAD00!important;
}

body.ipsApp .wgf-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url(https://ips4-wowslegends-global.gcdn.co/pages_media/186029362_82_Baltimore_US_T8_CV_Art_Soft-launch-artworks_4098x2468_SPb_WoWSL_1-Recoveredcopy1-min.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 130%;
  top: 0;
  left: 0;
}
body.ipsApp .wgf-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(269.99deg, #1c559a 5%, rgba(50, 32, 32, 0) 50.99%);
}

body.ipsApp .wgf-wrap .description{
  position: relative;
  padding: 30px;
  z-index: 9;
}

body.ipsApp .wgf-wrap .copyright{
  width: 100%;
  line-height: 1.4;
  font-size: .75rem;
  opacity: .75;
}

@media (max-width: 1400px) {
  body.ipsApp .wgf-wrap .description{
    padding: 0;
  }
}

@media (max-width: 1200px) {
  body.ipsApp .wgf-wrap .description{
    margin-top: 20px;
  }
  body.ipsApp .wgf-wrap .asH1{
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  body.ipsApp .wgf-wrap .asH1 {
    font-size: 25px;
  }
  body.ipsApp .wgf-wrap .description{
    margin-top: 40px;
  }
}
@media (max-width: 991.5px) {
  body.ipsApp .wgf-wrap {
    padding: 0;
    margin-bottom: 60px;
  }
  body.ipsApp .wgf-wrap .description{
    margin: 0;
    padding: 30px;
  }
  body.ipsApp .wgf-wrap:before{
    position: relative;
    width: 100%;
    padding-bottom: 42%;
    top: 0;
    background-size: cover;
  }
  body.ipsApp .wgf-wrap:after{
    background: linear-gradient(360deg, #1c559a 5%, rgba(50, 32, 32, 0) 50.99%);
    width: 100%;
    height: 54%;
  }
  body.ipsApp .wgf-wrap p{
    line-height: 1.4;
  }
  body.ipsApp .wgf-wrap>.row{
    min-height: inherit;
    position: relative;
    bottom: 0;
  }
  body.ipsApp .wgf-wrap a.btn{
    margin: auto;
  }
}
@media (max-width: 768px) {
  body.ipsApp .wgf-wrap .asH1 {
    font-size: 22px;
  }
  body.ipsApp .wgf-wrap>.row {
    min-height: 280px;
  }
}


@media(max-width: 380px){

  body.ipsApp .wgf-wrap:before {
    height: 42%;
  }
  body.ipsApp .wgf-wrap .description {
    margin: 0;
    padding: 30px 20px;
  }
}