.page-project-detail {
    @media screen and (min-width: 1200px) {
        .image-gallery .image.floating {
            margin-top: 100px;
        }
        
        .image img {
            min-width: 100%;
            min-height: 100%;
        }
        
        .image.big img {
           object-fit: contain;
           max-height: 120%;
           top: -200px;
        }
    }
}