#sportsbranding{
  background-image:url(img/bg.png) ;
  background-size: cover;
  color: #fff;
  padding:50px 10px 32px;
  margin-bottom: 60px;
  scroll-margin-top: 80px;
}

.di2 header.header h1 img {
  width: 100%;
  }
#sportsbranding h2 {
width: 96%;
margin: 0 auto 34px;
}
#sportsbranding h2 img{
  width: 100%;
}
#sportsbranding h3 {
  width:160px;
  margin: 0 auto 13px;
}
#sportsbranding h3 img{
width: 100%;
}
#sportsbranding .txt {
  margin:3em 0;
  width: 290px;

}
/* #sportsbranding .txt p{
  margin: .8em 0;
  font-weight: 600;
    text-align: left;
    letter-spacing: .05em;
} */
#sportsbranding .copy span{
  width:200px;
  margin: 0 auto;
  background-size: contain !important;
  aspect-ratio: 815/755;
}
#sportsbranding .latest-movie{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px;
  margin: 30px 0 0;
}
#sportsbranding .latest-movie .mov-box p{
margin: 10px 0;
}
#sportsbranding .lazy,#sportsbranding .lazy-done {
  aspect-ratio: 16/9;
  position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#sportsbranding .lazy img{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

#sportsbranding .thumb{
  position: relative;
}

#sportsbranding .thumb::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/play.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: center center;
}
#sportsbranding .special-movie .thumb::after{
  background-size: 7%;
}
#sportsbranding .latest-movie .mov-box:last-child:nth-child(odd) {
  grid-column: 1 / -1;  
  justify-self: center; 
  width: calc(50% - 15px); 
}

@media (max-width: 991.98px) {
  .di2 header.header{
    padding-top: 80px;
    margin: 0;
  }
  .di2 header.header h1{
    background-color: #0050FF;
    text-align: center;
    line-height: 0;
    padding: 10px;
    margin-bottom: 30px;
  }
  .di2 header.header h1 img{
width: 220px;
  } 
}

@media (min-width: 992px) {
  .di2 header.header{
    background-color: #0050FF;
    text-align: center;
    padding: 130px 0 30px;
    margin-bottom: 88px;
    max-width: initial;
  }
  .di2 header.header h1{
    width: calc(388vw/14.4);
    background: #0050FF;
    margin: 0 auto ;
    
  }
  div.include-ctrl{
    width: calc(1320vw/14.4);
  margin: 0 auto 112px;
  }
  div.slideshow{
    width:calc(1200vw/14.4);
    padding: calc(10vw/14.4);
    margin: 0 auto 35px;
  }
  div.slideshow ul, div.slideshow ul li a img{
    width: calc(1180vw / 14.4);
    height: calc(664vw / 14.4);
  }
  ul.control li{
    top: calc(285vw / 14.4);
    border-radius: 40px;
  }
  ul.control li a{
    width: 75px;
    height: 75px;
    background-size: cover;
  }
  ul.control li a:hover{
    border-radius: 40px;
  }
  ul.control li:nth-child(2) a{
background-position: 0 -80px;
  } 
  ul.control li:nth-child(1){
    left: -40px;
  }
  ul.control li:nth-child(2){
    right: -40px;
  }
  div.selector{
    font-size: 36px;
  }   

  #sportsbranding h2{
    width: 495px;
  }

  #sportsbranding h2 {
    font-size: 3em;
    margin: 0 auto 63px;
}
#sportsbranding h3 {
  width:230px;
  margin: 0 auto 20px;
}

#sportsbranding{
  margin-bottom: calc(96vw/14.4);
  padding: 80px 10px 72px;
}
#sportsbranding .special-movie{
  max-width: calc(1200vw/14.4);
  margin: 0 auto;
}
#sportsbranding .copy span{
  width: calc(420vw / 14.4);
  margin: 0 auto 60px;
}
/* #sportsbranding .txt p{
  margin: 1.2em 0;
  font-size: 1.6em;
} */
#sportsbranding .txt {
  width: 444px;
}
#sportsbranding .latest-movie{
  max-width: calc(1200vw/14.4);
        margin: 0 auto;
        gap: 30px;
}
#sportsbranding .latest-movie .mov-box p{
  margin: 30px 0;
  font-size: 1.5em;
}
}
  @media (min-width: 1440px) {
    #sportsbranding{
      margin-bottom: 96px;
    }
    #sportsbranding .special-movie {
      max-width: 1200px;

    }
    .di2 header.header{
      max-width: initial;
    }
    #sportsbranding .latest-movie{
      max-width: 1200px;
    }

    #sportsbranding .copy span{
      width:420px;
    }

    div.slideshow{
      width:1200px;
    padding: 10px;}
      div.slideshow ul, div.slideshow ul li a img{
        width: 1180px;
        height: 664px;
      }
      ul.control li{
        top: 285px;
      }
        div.include-ctrl{
    width: 1320px;
  }
  .di2 header.header h1{
    width:388px;}
}
