.asns-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}


/* Mobiel */
@media (max-width: 767px) {
    #asns-image-wrapper {
        margin: 70px 0!important;
    }
}

/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #asns-image-wrapper {
        margin: 70px 0!important;
    }
}