.cont {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 2160px;
    height: 3840px;
    /*    border: 1px solid #000000;*/
}

.gallery {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2160px;
    height: 3840px;
    /*    border: 1px solid #FF0000;*/
    /*    transition: transform 0.5s ease-out;*/
}

.gallery .bg {
    position: absolute;
/*        background: #FF000033;*/
    z-index: 10;
    /*    pointer-events: none;*/
}

.gallery img {
    margin: 10px;
    width: 700px;
    height: 700px;
    flex-shrink: 0;
    object-fit: cover;
}

.works .img_obj {
    position: absolute;
    margin: 25px;
    width: 620px;
    height: 620px;
    background-color: #fff;
    box-shadow: 3px 3px 20px #00000040;
    
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.works .img_obj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}