/* Enforce Fixed Row Backgrounds for All Page Builder Row Background Images */
@media (max-width: 780px) {
	.panel-row-style {
		background-attachment: fixed !important;
	}
}