@charset "utf-8";
@media (max-width: 767px) {
    .heroimg {
        background-image: url('../images/bg-uk-mobile.jpg');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 64%;
        height: 0;
    }
}

@media (min-width: 768px) {
    .heroimg {
        background-image: url('../images/bg-uk.jpg');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding-bottom: 48%;
        height: 0;
        text-align: left;
    }
}