.hidden {
    display: none;
}

.my-container {
    /* height: 100%; */
}

.wrapper img {
    width: 100%;
}

@media(min-width: 1008px) {
    .wrapper img {        
        max-height: 438px;
    }
}

@media(min-width: 1350px) {
    .wrapper img {        
        max-height: 435px;
    }
}

@media(min-width: 1400px) {
    .wrapper img {        
        max-height: 566px;
    }
}

@media(min-width: 1660px) {
    .wrapper img {        
        max-height: 713px;
    }
}

@media(min-width: 1900px) {
    .wrapper img {
        max-height: 722px;
    }
}