#my_popup{
	background-color: white;
	width: 648px;
	height: 597px;
	padding: 10px;
	position: relative;
}

.my_popup_sign_text{
	display:block;
	text-align: center;
	margin: 175px auto 0;
}

.my_popup_sign_text h1{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	color: #e88e08;
	display: block;
	text-align: center;
}

.my_popup_sign_text h3{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: #26394b;
	display: block;
	text-align: center;
}

.my_popup_survey_link{
	background-image: url(../img/overlay-button.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 408px;
	height: 64px;
	display: block;
	margin: 175px auto 0;
}

.my_popup_survey_link a{
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 32px;
	margin: 3px 0px 0px 25px;
    display: inline-block;
}

.my_popup_survey_link a:hover{
	color: #aacb3f;
}

.my_popup_survey_dates{
	font-family: Arial, sans-serif;
	font-size: 23px;
	color: #26394b;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 10px auto 0px; 
}

.my_popup_close{
	position: absolute;
    top: -35px;
    right: 0px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: block;
    background-color: red;
    border: 10px solid white;
    text-align: center;
    padding-top: 3px;
    text-decoration: none;
}

.my_popup_close:hover{
	background-color: white;
	color: red;
	text-decoration: none;
	cursor: pointer;
}

.popup_itshere{
	background-image: url(../img/overlay_itshere.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
	overflow: hidden;
	cursor: pointer;
	background-size: contain;
}

@media only screen and (max-width: 650px) {
    #my_popup{
		width: 100%;
		height: auto;
		max-width: 648px;
		max-height: 573px;
	}
	
	.popup_itshere{
		padding-bottom: 88.425%;
	}
    
    .my_popup_sign_text h1{
        font-size: 4vw;
    }
    
    .my_popup_sign_text {
    	margin: 21vw auto 0;
    }
    
    .my_popup_sign_text h3{
        font-size: 4vw;
    }
    
    .my_popup_survey_link{
		background-size: contain;
		width: 50%;
		height: auto;
		max-width: 408px;
		max-height: 64px;
		padding-bottom: 8.6862%;
		margin: 20vw auto 0;
		position: relative;
	}
	
	.my_popup_survey_link a{
		font-size: 3.8vw;
		margin: 1.2vw 0px 0px 4vw;
    	position: absolute;
	}
	
	
	.my_popup_survey_dates{
		font-size: 3vw;
		margin: 2vw auto 0;
	}
	
}