.reel-section{
  display: block;
  width: 80%;
  max-width: 1000px;
  
  margin: auto;
  justify-content: center;
}


.reel-heading {
  font-weight: 900;
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 35px;
  letter-spacing: 10px;
}

.reel-description{
  font-weight: 600;
  font-size: 20px;
  color: #666666;
  text-align: center;
  width: 70%;
  padding-bottom: 40px;
  margin: auto;
}


.trailer{
  overflow: hidden;
  position: relative;
  width:100%;
  
}
.trailer::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}


.trailer iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:858px){

  .reel-description{
    width: 100%;
  
  }
  .reel-heading {
    padding-top: 100px;
  }
  
}