@media only screen and (max-width: 768px) {
    .image-container > :first-child {
        width: 100%;
    }
}