/* Language Block */
@media(min-width: 600px) {
    .locale-enabled > .nav:first-child{
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .page-header {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-attachment: initial;
    }
}

img.news-image {
    max-height: 300px;
    width: auto !important;
}