.image-full {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.image-full__container {
    width: 100%;
}

.image-full__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image-full__img {
    width: 100%;
    height: auto;
    display: block;
}