.image-wrapper {
    width: 100%;
    height: 0;
    /*padding-bottom: 150%; */
    position: relative;
    min-width: 200px;
}

.image {
    width: 100%;
    height: auto;
    position: absolute;
}