@media only screen and (max-width: 680px) {
	.survey-iframe iframe {
	width: 100%;
	max-width: 680px;
}
}

@media(max-width: 60rem) {
	.node-1333 .col.evo-content {
	margin: 0 !important;
	padding-inline: 0 !important;
}
.survey-iframe {
	width: 50rem !important;
	overflow-x: scroll;
	margin: 0 !important;
	border: 1px solid #ccc;
}
.survey-iframe iframe {
	display: block;
	width: 500px !important;
	max-width: none !important;
	border: 0;
}
}

@media(max-width: 47.99875rem) {
.survey-iframe {
	width: 25rem !important;
	overflow-x: scroll;
	margin: 0!important;
	border: 1px solid #ccc;
}
.survey-iframe iframe {
	display: block;
	width: 380px !important;
	max-width: none !important;
	border: 0;
}
}