.layout-content.status .masthead-container.premium {
  margin: 0 auto;
  max-width: 100%;
  height: 430px;
}

#cover-image-container {
  background-image: url("https://globalsecurelayer.com/images/globalsecurelayer.svg"), url("https://globalsecurelayer.com/images/Home-hero-lrg.jpg") !important;
  background-size: 500px, 100%;
  background-repeat: no-repeat;
  background-position: top 25px center, center;
  height: 315px !important;
}

@media only screen and (max-width: 700px) {
#cover-image-container {
  background-image: url("https://globalsecurelayer.com/images/globalsecurelayer.svg"), url("https://globalsecurelayer.com/images/Home-hero-lrg.jpg") !important;
  background-size: 70%, 100%;
  background-repeat: no-repeat;
  background-position: top 25px center, top;
}
}


@media screen and (max-width: 945px) {
 .layout-content.status .masthead-container.premium {
  margin-bottom: -80px;
 }
 .layout-content.status .masthead-container .updates-dropdown-container {
  top: -200px !important;
  }
}

.layout-content.status .masthead-container.premium .masthead .text-container {
 background:none; 
}
.layout-content.status .masthead-container.premium .masthead .text-container .page-name {
 display:none; 
}

.container {
max-width: 1000px;
margin-top: -200px;
  position: absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
    background-color: #fff;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.layout-content.status .masthead-container .updates-dropdown-container {
 float: none;
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right: auto;
  text-align:center;
  top: -120px;
  z-index:1;
}

.layout-content.status .masthead-container .updates-dropdown-container .updates-dropdown {
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #cover-image-container {
    background-image: url("https://globalsecurelayer.com/images/globalsecurelayer.svg"), url("https://globalsecurelayer.com/images/Home-hero-lrg.jpg") !important;
    background-size: 100%;
    background-position: top;
  }
}