.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 700px;
	background-color:#356482;
	background-image:url('/wp-content/uploads/2020/08/about_cards.jpg');
	background-repeat:no-repeat;
	background-position:center right;
	background-size:40%;
	border-radius:6px;
	box-shadow:0px 0px 20px -5px rgba(0,0,0,0.5);
}

.modal-content *:not(h6){
	color:white;
}

.modal-content iframe{
	max-width:60%;
}

.modal-content h6{
	text-transform:uppercase;
	color:#73C3CC;
	font-weight:700;
	margin-bottom:0;
}

.modal-content small{
	font-size:12px;
	line-height:20px;
	display:block;
	max-width:40%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}