#covid19 {
    visibility:hidden;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.8); 
    z-index:99999; 
    overflow-x: auto;
}
#covid19 .pane { 
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center; 
    background-color: #396b84;
}
#covid19 .pane.fulltext { 
    top: 0;
    transform: translate(-50%, 0);
}
#covid19 .pane h3 {
    margin: 0 0 20px; 
    letter-spacing: -0.0415625em; 
    line-height: 1.25; 
    color: #ffffff;
    font-size: 20px;
    font-weight: 700; 
}
#covid19 .pane img { 
    width: 24px; 
    position: absolute; 
    top: 20px; 
    right: 20px; 
}
#covid19 .pane img:hover { 
    cursor: pointer 
}
#covid19 .pane .content {
    color: #ffffff;
    font-size: 14px;
}
#covid19 .pane .content p { 
    line-height: 1.5; 
    margin: 0 0 1em 0; 
}
#covid19 .pane button { 
    background-color: #ffffff; 
    color: #000000; 
    text-transform: uppercase; 
    padding: 10px 20px; 
    font-weight: 600; 
    letter-spacing: 0.0333em; 
    line-height: 1.25; 
    font-size: 14px; 
    margin: 40px 0 0; 
    cursor: pointer; 
    border: 0; 
    border-radius: 0; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
}
#covid19 .pane button:hover { 
    text-decoration: underline; 
}

.position-relative { position: relative; padding: 100px 60px; }
@media (max-width: 1024px) {
    #covid19 .pane { width: 600px; }
    .position-relative { padding: 50px 30px; }
    #covid19 .pane button { margin: 20px 0 0;}
}
@media (max-width: 640px) {
    #covid19 .pane { width: 320px; }
    #covid19 .pane h3 { font-size: 16px !important; }
    #covid19 .pane img { width: 16px; }
    #covid19 .pane .content { font-size: 12px !important; }
    #covid19 .pane button { margin: 10px 0 0; font-size: 12px !important; }
}
