.alert-covid{
    background-color: rgba(110,180,204,.9)!important;
    color:white!important;
    border-color:#417d91!important;
    border-radius: 5px;
    z-index: 9999;
}

.ie678 .alert-covid{
    background-color: rgba(110,180,204,.9)!important;
}

.img-covid{
    margin-top:2em;
}
.icon-covid{
    display: inline-block;
    margin-right: .25em;
    margin-left: .25em;
}
.icon-covid img{
    height: 60px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
    padding: 5px;
}

.alert-covid .alert-link{
    color:white!important;
    font-weight: normal;
    text-decoration: underline;

    display: none;

}

@media only screen and (max-width: 768px){

    .img-covid{
        display: none;
    }

}