.custom-banner-section {overflow: hidden;position: relative;}@media only screen and (min-width:767px){.custom-banner-section {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 90%;}}.custom-banner-section .text {padding: 0 20px;width: 100%;margin-bottom: 20px;}@media only screen and (min-width:767px){.custom-banner-section .text {width: 50%;margin: 0;}.custom-banner-section.larger .text {width: 40%;}}.custom-banner-section .text h1 {margin-top: 0;margin-bottom: 30px;}@media only screen and (max-width:768px){.custom-banner-section .text h1 br {display: none;}}.custom-banner-section .text p {margin-bottom: 30px;}@media only screen and (min-width:767px){.custom-banner-section .text p {font-size: 24px;line-height: 32px;}}.custom-banner-section .text p:last-child {margin-bottom: 0;}.custom-banner-section .image {position: relative;text-align: right;}@media only screen and (min-width:767px){.custom-banner-section .image {width: 40%;}.custom-banner-section.larger .image {width: 50%;}}.custom-banner-section .image .baseImage {max-width: 85%;z-index: 2;display: inline-block;vertical-align: top;}.custom-banner-section .image .overlay {position: absolute;inset: 0;z-index: 1;background-image: url(../img/template-one.png);background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;-webkit-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-animation: scale 5s infinite;animation: scale 5s infinite;}@-webkit-keyframes scale {0%,100% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.05);transform: scale(1.05);}}@keyframes scale {0%,100% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.05);transform: scale(1.05);}}