﻿@charset "utf-8";
/* CSS Document */

#covid-19-banner{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 100%;
    max-width: 1180px;
    width: 100%;
    min-width: 200px;
    
}
.common-banner-outer {
	width: 100%;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    height: 80px
}
.common-banner-outer {
    text-align: center;
}
@media only screen and (max-width:900px){
    #covid-19-banner{
        height: 100px
}
.common-banner-outer {
	height: 100px;
}
}


