body{
	max-width:640px;	
	margin: auto;
	width:100%;
}
body img{
	width: 100%;
}
.form-wrapper{
	background-image: url("../img/form-bg.jpg");
	background-size: 100%;
	padding: 10px 20px 30px;
}
iframe{
	aspect-ratio: 16 / 9;
}
.video-wrapper {
    aspect-ratio: 481 / 437;
    max-width: 71%;
    padding-top: 17%;
    margin: auto;
    background: no-repeat;
}
.float-btn{
	position: fixed;
	bottom:10px;
	right:20px;
}
.float-btn a {
    width: 80px;
    display: block;
    margin-bottom: 10px;
}
.grecaptcha-badge{
	visibility: hidden;
}
.minisite-form input {
    border: 1px solid #CCC !important;
}
.minisite-form input[type="submit"] {
    border: 0px !important;
}
@media screen and (max-width: 767px) {
	body{
		max-width:568px;
		width:100%;
	}
}