/* CSS Document */

.aba-video-container {

}

.aba-video-container header{
    position:unset;
}

.a11y-me-col-video {
    /*border:5px solid rgba(255, 255, 255, 0);*/
    /*border-radius:25px;*/
    padding:0;
    margin:0;
    overflow:hidden;
}

.a11y-me-row {
    margin:0;
}
.mejs__overlay-button {
    border:none;

}

@media only screen and (max-width:1024px) {
    .mejs__controls {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
}


.mejs__container,
.mejs__container video {
  max-height: calc(100vh - 120px);    /* maximal 90 % der Viewport-Höhe */
  height: auto;        /* Proportionen beibehalten */
  width:auto;
}
