.home-page-banner-grid { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 2rem; }

@media (max-width: 767px) { .home-page-banner-grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.home-page-banner-grid .home-banner .image-container { padding: 5px; }

.home-page-banner-grid .home-banner .image-container > img { width: 100%; height: 100%; }

.home-page-banner-grid .home-banner .text-wrapper { position: relative; text-align: center; margin: 4px 0 12px; }

.home-page-banner-grid .home-banner .text-wrapper .banner-text { color: #313131; font-size: 1.8rem; text-decoration: none !important; text-transform: uppercase; display: inline-block; background: #fff; padding: 0 1rem; font-family: 'Roboto', sans-serif; }

.home-page-banner-grid .home-banner .text-wrapper .banner-text:before { content: ''; display: inline-block; width: 50%; height: 2px; background: yellow; position: absolute; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); top: 50%; z-index: -1; }

.home-page-banner-grid .grid-left { width: 30%; }

@media (max-width: 767px) { .home-page-banner-grid .grid-left { width: 100%; display: block; } }

.home-page-banner-grid .grid-left .home-banner { height: 100%; }

.home-page-banner-grid .grid-left .home-banner .image-container { height: calc(100% - 41px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; }

@media (max-width: 767px) { .home-page-banner-grid .grid-left .home-banner .text-wrapper { margin-top: 2px; } }

@media (max-width: 767px) { .home-page-banner-grid .grid-left .home-banner .text-wrapper .banner-text { width: 100%; height: 33px; line-height: 33px; } }

.home-page-banner-grid .grid-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; width: 70%; }

.home-page-banner-grid .grid-half-height { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.home-page-banner-grid .grid-half-width { width: 50%; }

.home-page-banner-grid .grid-full-width { width: 100%; }

/*# sourceMappingURL=banners.css.map */
