@media only screen and (max-width: 782px) {
	.mobile-no-rotation,
	.no-rotation {
		transform: rotate(0deg) !important;
	}
}
