@media only screen and (max-width:640px){
	button.btn.big{
		height:auto;
		width:100%;
		padding:5px;
		white-space: unset;
	}
	iframe.alignleft{
		width:100%;
		float:none;
	}
	body,html{
		overflow-x:hidden;
	}
}


@media only screen and (max-width:780px){
	.the-header.alt{
		-webkit-transform: translateZ(0);
	}
	iframe.alignleft{
		pointer-events: none;
	}
.the-header .site-title-has-image .logo-img {
    width: 200px;
}