#modal-01 {
	background-repeat: repeat;
}
#modal-02 {

	background-repeat: repeat;
}


.animatedModal-Close {
	width: 100%;
	padding: 20px 0px;
	display: inline-block;
	background: #226fb6;
	color: #fff;
	font-family: 'montserratbold', sans-serif;;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
/*	position: relative;
	z-index: 9999;*/
}

.animatedModal-Close:hover {
	background: #226fb6;
}

.modalContent {
	width: 100%;
	height:50%;
}
.modalContent iframe {
	width: 100%;
	height:600px;
}

.modalContent-Title {
	font-family: 'montserratbold', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-bottom: 7px;
}

/* Place text in the middle of the image */
.modalContent-Box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border: 2px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
	background-color: #fff !important;
}











@media screen and (max-width: 765px){

.modalContent-Box {width:95%;}