
.msb-shwidget-covidbanner {
    margin-top: -20px;
}

.msb-shwidget-covidbanner .fitted-with-slideshow {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0e62ae;
}

.msb-shwidget-covidbanner .fitted-with-slideshow .byu-styled-a {
    background-color: white;
    margin: 1em;
    padding: 0.5em;
    border-radius: 2px;

    /* These two allow the text to wrap when going to very small screens */
    word-wrap: break-word;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .msb-shwidget-covidbanner .fitted-with-slideshow {
        padding: 0;
    }

    .msb-shwidget-covidbanner .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}
