<style>.custom-banner-image{background-image:url('{% if module.image_field.src %}	{% set sizeAttrs = 'width="" height=""' %}	{% if module.image_field.size_type == 'auto' %}		{% set sizeAttrs = 'style="max-width: 100%; height: 100%;"' %}	{% elif module.image_field.size_type == 'auto_custom_max' %}		{% set sizeAttrs = 'width="100%" height="100%" style="max-width: px; max-height: px"' %}	{% endif %}	<img src="" alt="" >{% endif %}')}</style>.custom-banner-image{background-repeat:no-repeat !important;background-size:cover;background-position:50% 50%;position:relative;width:100%;height:auto;display:block}.custom-banner-image .banner-text{text-align:center;padding:100px 50px;color:#eee;position:relative;z-index:1;width:100%;font-family:poppins}.custom-banner-image .banner-text{color:#fff}@media(max-width:767px){.header-container.container-fluid .row-fluid .page-center{padding:0}.custom-banner-image .banner-text{padding:50px 15px}}