@media screen and (min-width: 1081px) {
    .devon {
        object-fit: cover !important;
        top: 0 !important;
        height: 100% !important;
        object-position: top !important;
    }
}
@media screen and (max-width: 1080px) {
    .devon {
        max-height: 40em !important;
    }
}