/*.fa-youtube {
    color: #e52d27;
 
}*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.videos-title h2{
    font-size: 2em;

    margin: 7px;
    text-align: center;
   
}
.videos{
  padding: 0em 0 0em 0;
}

.agileits-videos-grids {
  margin: 0em 0 0 0;

}

.w3ls-videos-grid {
  padding:  0 6px 0 6px;     
}

.thumb-small {
  padding: 6px;
  box-shadow: 0 0px 1px rgb(107, 107, 107), 0 1px 2px rgba(0,0,0,.24);
}



/*-- responsive --*/
@media(max-width:1080px){
    
}
@media(max-width:991px){  
    
}
@media(max-width:768px){
    
}
@media(max-width:736px){
    
}
@media(max-width:667px){
    
}
@media (max-width:640px) {
   
}
@media(max-width:600px){
    
}
@media(max-width:568px){
    
}
@media(max-width:480px){
    .videos-title h3 {
        font-size: 3em;
    }
}
@media(max-width:414px){
    ..agileits-videos-grids {
        margin: 2em 0 0 0;
    }
    .videos-title h3 {
        font-size: 3em;
    }
}
@media(max-width:384px){
  .agileits-videos-grids {
        margin: 1em 0 0 0;
    }
    .videos-title h3 {
        font-size: 2.5em;
    }
}
@media(max-width:320px){
    .agileits-videos-grids {
        margin: 1em 0 0 0;
    }
    .videos-title h3 {
        font-size: 2em;
    }
}
/*-- //responsive --*/

