/*  makes the beta region full width  */
.beta .govuk-width-container {
  max-width:100%;
  width:100%;
  margin:0;
}



/* makes the beta phase banner back to a max-width value and centres it */
.govuk-phase-banner, .covid-all-pages {
  max-width: 1100px;
  margin: 0 auto;
}

/* makes the covid banners's background orange and adds some padding */
#block-views-block-covid19-banner-block-1 {
    background: #ffa500;
    padding: .5em 0 ;
}

#block-views-block-covid19-banner-block-1 .govuk-grid-row {
    position: relative;
}
/* styles for the stay at home image within the banner */

.stay-home {
    display: block;
    height: 40px;
    margin: 0 0 15px;
    float: right;
    position: absolute;
    right: 0px;
    bottom:0;
    color:black;
}

@media (max-width: 48.0525em){
.stay-home {
    display: none;
}
}