
			.rightside{display: flex; flex-wrap: wrap;}
			.rightside .ueeshop_responsive_feedback{width: 40%;}
			.ueeshop_responsive_feedback .rows .input{max-width: 80%;}
			.ueeshop_responsive_feedback .rows select,.ueeshop_responsive_feedback .rows .chzn-container{max-width: calc( 80% + 11px );}
			.ueeshop_responsive_feedback .rows textarea{max-width: 95%;}
			.rightside .img{width: 60%; text-align: center; position: relative; padding-top: 42.4%; height: 0;  }
			.rightside .img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
			@media only screen and (max-width: 768px){
				.rightside{flex-direction: column-reverse;}
				.rightside .ueeshop_responsive_feedback{width: 100%;}
				.rightside .img{width: 100%; padding-top: 67.4%;}
			}
		