@charset "UTF-8";
/* CSS Document */
/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {
    #modal_form_2, #modal_form_2 iframe {
		width:262px;
		height:148px;
	}
	#modal_form_2 {
		margin-left:-131px;
	}	
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #modal_form_2, #modal_form_2 iframe {
		width:660px;
		height:371px;
	}
	#modal_form_2 {
		margin-left:-330px;
	}
}