.webform-submission-information{
  display:none;
}

.messages:has([data-force-reload]){
  display:none;
}

.aedv_footer {
 max-width: 300px; 
 margin-top: 3rem;
}

@media (min-width: 1250px) {
  .aedv_footer {
    display: none;
  }
}


.video-wrapper .endscreen{
  display:none;
}
.video-wrapper.ended .endscreen{

  width:100%;
  height: calc(100% - 48px);
  position:absolute;
  top: 0px;
  left: 0px;
  
  display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    
    z-index: 1;
}

.video-wrapper.ended .endscreen:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top: 0px;
  left: 0px;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);   
  pointer-events:none; 
  filter: blur(40px);
}
.video-wrapper.ended .endscreen .cta{
  position:relative;
  z-index:2;
}