@media only screen and (min-width: 1068px) {
  .section-values-cards .paddlenav {
    display: none;
  }
}

@media (max-width:1068px) {
	.section-features .features-gallery .gallery-image {
		left: -5px;
	}
}

