.pwr-hero__title {
  padding: 50px 0 0 0;
  font-size:70px; 
  line-height: 75px;
}
.pwr-hero__basic-info {
    margin-top: 5px;
    font-size:18px; 
}

.background-video.vimeo {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    left: 0;
    top: 0;
    display: block;
}
.hero__integrated-video__video {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* SPONSOR BOX */
.sponsor-section {
  width:100%;
  position:absolute;
  bottom:40px;
  right:0;
  z-index:9;
  height:80px;
}
.sponsor-wrapper {
  display:flex;
  flex-direction: row;
  justify-content:flex-end;
  width:100%;
}
.sponsor-section.centered .sponsor-wrapper{
  display:flex;
  flex-direction: row;
  justify-content:center;
  width:100%;
}
.sponsor-section.centered .sponsor-wrapper .sponsor-box-wrap{ 
  min-width: auto;
  width: auto;
}
.sponsor-section.centered .sponsor-wrapper .sponsor-logotype {
  margin-left:0;
}
.sponsor-section.centered .sponsor-wrapper .sponsor-txt {
  display:none;
}

.sponsor-box-wrap{
  min-width:20%;
  width:auto;
}
.sponsor-boxed {
  width:100%;
  position:relative;
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:center;
  min-height:80px;
  padding: 0 20px;
}
.sponsor-overlay {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.sponsor-txt {
  color: white;
  font-size: 16px; 
  font-weight:500;
  max-width:40%;
  z-index:5;
}
.sponsor-logotype {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:10px;
  z-index:5;
}
/* END SPONSOR BOX */
@media (max-width:999px) {
  .pwr-hero.centered-box {
    display:flex;
    flex-direction:column;
  }
  .sponsor-section.centered {
    display: block;
    order:2;
    position:relative;
  }
  .pwr-hero.centered-box .pwr-hero__info-box {
    order: 1;
    position: relative;
  }
  .sponsor-section {
    display: none;
  }
}

@media (max-width:767px) {
  .pwr-hero__icon {
    margin-bottom:5px;
    padding-bottom: 0;
  }
  .pwr-hero__title {
    font-size: 30px;
    line-height: 35px;
    word-break: break-word;
  }
  .pwr-hero__basic-info {
    font-size: 16px;
    margin-top: 5px;
  }
}



{% if module.logo.src %}
	{% set sizeAttrs = 'width="" height=""' %}
	{% if module.logo.size_type == 'auto' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% elif module.logo.size_type == 'auto_custom_max' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% endif %}
	 {% set loadingAttr = module.logo.loading != 'disabled' ? 'loading=""' : '' %}
	<img src="" alt=""  >
{% endif %}


<div class="hero-logotype">
        <img src="" alt=""  >
       </div>



