
        /* The caption on each of these photographs is painted into the JPEG,
           bottom right. Forcing every thumbnail to 360x225 squeezed sources that
           are 800x415 and 800x400 into a 1.37 box — the letters lost 30% of
           their width while keeping their height, which is what made them
           unreadable. Let the pictures keep their own ratio; they differ only
           by 1.951 vs 2.000, so the rows still line up. */
        .gallery-img img {
            width: 100% !important;
            height: auto !important;
        }

        .cust_masonary-active {
            position: relative !important;
            height: auto !important;
        }

        .cust_ot-btn {
            width: 20px !important;
        }

        @media(min-width:320px) and (max-width:768px) {
            .cust_ot-btn {
                margin-left: 27% !important;
            }
        }

        @media(min-width:769px) {
            .cust_ot-btn {
                margin-left: 45% !important;
            }
        }
    
