@font-face{font-family:"TextSans";
    src:url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.eot");
    src:url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.eot?#iefix") format("embedded-opentype"),url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.woff") format("woff"),url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.ttf") format("truetype"),url("https://pasteup.guim.co.uk/fonts/TextSans-Regular.svg#TextSans-Regular") format("svg");
    font-weight:normal;
    font-style:normal;
    font-stretch:normal;
}

body {
    background-color: #f6f6f6;
    font-family: "TextSans", sans-serif;
}

a {
    text-decoration: none;
    color: #121212;
}

a:visited {
    color: #121212;
}


.container:before {
    background-color: #69d1ca;
}

.container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.0625rem;
    z-index: 2;
}

@media (min-width: 600px) {
    .media {
        width: 50%;
        float: right;
    }
}

.content {
    margin-top: 0;
}

@media (min-width: 600px) {
    .content {
        width: 50%;
        float: left;
    }
}

.responsive-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.u-responsive-ratio {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

h3 {
    margin-top: 5px;
    margin-left: 5px;
    font-weight: 400;
    line-height: 24px;
}

.header {
    font-size: 1.25rem;
    font-weight: normal;
    font-weight: 400;
    padding-bottom: .5em;
    color: #121212;
    
}

@media (min-width: 46.25em) and (min-width: 61.25em) {
.header {
    font-size: 1.75rem;
  line-height: 2rem;
}
}

.standfirst {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    padding-right: 10px;
}

@media (max-width: 46.25em) {
    .standfirst {
        display: none;
    }
}