#sayt-iframe {
	/*max-width: 560px;*/
	height: 0;
	display: none;
	margin-top: 50px;
	position: absolute;
	width: 100%;
	z-index: 10000;
}

@media only screen and (min-width: 767px) {
	#sayt-iframe {
		height: 0;
		left: 50%;
		margin-left: -250px;
		margin-top: 80px;
		position: absolute;
		width: 560px;
		box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75); 
	} 
}
