/* Hide gold option from information section background color seletion */
.paragraph-type--information-section option[value="gold"] {
    display: none;
}

@media (max-width: 1200px) {
div.staff-block header p {
    height: 300px;
    width: 83vw;
    background: url(https://s3.amazonaws.com/usma-media/inline-images/profile-header/west_point_header.jpg) center no-repeat;
    background-size: cover;
    background-position: inherit;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-family: TimesNewRomanPSMT, serif;
    letter-spacing: 1.5px;
    font-size: 3rem;
    padding-top: 50px;
    text-align: center;
}
}