.images {
    height: 42vw;
    width: 100%;
}

@media (max-width: 980px) {
    .images {
        height: 48vw;
    }
}