@media screen and (max-width: 950px) {
	section{max-width: 550px;}
	
	.view_layout{grid-template-columns: 1fr;}
	
	.checkout_layout .clBody{grid-template-columns: 1fr;}
}

@media screen and (max-width: 570px) {
	.extFilm_layout .elPackage .epOpt{grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 435px) {
	.view_qrcode_layout > div:first-child{padding: 0px;}
}