.covid-resources {display: flex; background: #fff; padding: 50px 0; text-align: center;}
.covid-resources h2 {font-size: 40px; font-weight: 400;}
.covid-resources h6 {padding-bottom: 30px;color:#777777;}
.covid-resources .btn {font-size: 18px; text-transform: none;}
.vid-resource {position: relative; display: block; margin-bottom: 15px; border: 10px solid #fff; box-shadow: 1px 2px 1px 4px #ddd; border-radius: 10px; -webkit-box-shadow: 5px 5px 10px 5px rgba(224,224,224,1); -moz-box-shadow: 5px 5px 10px 5px rgba(224,224,224,1); box-shadow: 5px 5px 10px 5px rgba(224,224,224,1);}
.vid-resource img {width: 100%;}
.vid-resource:before {content: ""; position: absolute; top: 0; left: 0; z-index: 1; height: 100%; width: 100%; background: rgba(0,0,0,0.3);}
.vid-resource:after {content: ""; position: absolute; top: 0; left: 0; z-index: 1; height: 100%; width: 100%; background: url(../images/vid-play.png) no-repeat 50% 50%;}
.vid-resource:hover:before {background: rgba(0,0,0,0.5);}
.covid-resources [class*='col-'] p {display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.covid-resources p {font-size: 18px; color: #333300; margin-bottom: 30px;}
.covid-resources .heading-left {text-align: left;}
.covid-resources .heading-right {text-align: right;}
.modal-body .close, .modal-body .close:hover, .modal-body .close:not(:disabled):not(.disabled):focus, .modal-body .close:not(:disabled):not(.disabled):hover {position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; background: red; z-index: 1; opacity: 1; border-radius: 100%; color: #fff; text-shadow: none; padding: 0;}
.modal-body .close span {position: relative; top: 0px;}
.modal-header.style-two {background: #fff; display: block; text-align: center; padding: 30px 0;}
.modal-header.style-two .close {position: absolute; margin: 0; right: 0; top: 0; z-index: 1;}
.modal-title {color: #373635;}
.modal-footer .btn {min-width: 120px; padding: 10px 20px; font-size: 15px; font-family: 'Gotham-Medium';}
.modal-footer .btn-light {border: 1px solid #f1f1f1;}