.bl{
    color:white !important;
    background:black;
    padding: 20px 5px;    
    text-align: center;
}
.bl h3{
    line-height: 3;
    font-size:20px;
}
* {
    box-sizing: border-box;
  }
    
  #myVideo {
    position: absolute;
    top: 10;
    width: 100%;  
  }
  .myVideo1 {
    max-width: -webkit-fill-available; 
    max-height: 600px;
    border-radius:50%;
  }
  #myVideo3   { 
    max-width: -webkit-fill-available; 
    max-height: 600px; 
    position: absolute;    
  }
  .award{
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  @media only screen and (max-width: 768px){
  #hero {
      height:10vh !important;
  }  
  #myVideo1{
    width: 373px !important;
    max-height: 500px !important;
  }
  #about{
padding-top: 5rem!important;
  }
}

.btn-dark {
    
    background-image: linear-gradient(to right, #000000 0%, rgb(97, 93, 93) 51%, #000000 100%);
    border-radius:15px; 
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2); 
    box-shadow: 0 0 20px #eee; 
    border-radius: 10px;
    height: 81px;
    width: 210px;   
}
.btn-dark:hover {
     background-position: right center; 
}
.awrdimg img{
    width:100%;
   padding:20px 5px;
}
