#menu A {
    display: block;
    font-size: 20px;
}

.zoomed {
    transform: scale(3);
    transition: transform 0.3s;
    z-index: 2;
    position:fixed;
    height: 100%;
    left: 33%;
    top: 40%;
}

H1 {
    font-size: 18px;
}

.photozoom {
    z-index: 2;
    position:fixed;
    left: 0;
    top: 0;
    margin-top: 200px;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);;
}

.mobile-adapt {
    max-width: 100%;
}