@media only screen and (max-width: 1100px) {

    .gallery h1{
        text-align: center;
        font-size: 35px;
        color: #F25822;
        padding: 80px 10px 10px 10px !important;
    
    }
    .photo_gallery{
        width: 100% !important;
        height: auto;
        border: none;
    
    }
    .photo_line{
        display: block !important;
    }
    .photo_gallery img{
        width: 100%;
    
    }
   
}
    /* For tablets: */