.image-grid img {
    max-width: 60%!important;
    height: auto;
}

.icons img {
    max-width: 35%!important;
    height: auto;
}

.separator {
    font-size: 29px;
}

.maps {
	padding-left:0px!important;
    padding-right: 0px!important;
	margin-left: -15px!important;
    margin-right: -15px!important;
}

@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

.signature img {
    max-width: 50%!important;
    height: auto;
}

.home-signature img {
    max-width: 60%!important;
    height: auto;
}

/* gradient */

.grad1 {
  background-color: #ef7d22; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #ef7d22 , #f5aa6e  );
}

/* mobile video background */

body.wpex-is-mobile-device .wpex-video-bg-wrap {
    display: block;
}