#aw_popup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
}

#aw_popup_window {
    position: fixed;
    overflow: hidden;
    z-index: 1000; 
    top: 0;
    left: 0; 
    padding: 20px;
	background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 0 50px 0 rgba(195, 195, 195, 1) inset;
	max-width:100%;
}

#aw_popup_title {
    font-weight: bold;
}

#aw_popup_close_btn {
    cursor: pointer;
    float: right;
}
#aw_popup_content h3{ font-weight:bold; }
#aw_popup_content h3 { text-align:center;}
#aw_popup_content img.goat_img { float: left;
    margin: 10px 23px 10px auto;
    width: 48%;}
#aw_popup_content p { margin-bottom:10px;}
@media only screen and (max-width: 700px) {
	#aw_popup_window{ margin-left:0px !important; left:0px !important;}
}
@media only screen and (max-width: 400px) {
	#aw_popup_content img.goat_img{ width:100%; }
	#aw_popup_window{ height:100% !important; }
}