.brxe-max-video {
  width: 100%; }

.mab-video-container {
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1.77777;
  position: relative; }

.mab-video-play-icon {
  cursor: pointer;
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  transition: .25s all; }

.mab-video-play-icon img {
  display: block; }

.mab-video-player > img,
.mab-video-player iframe,
.mab-video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.mab-video-player > img {
  border: none;
  bottom: 0;
  cursor: pointer;
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  right: 0;
  margin: 0;
  transition: .25s all; }

.mab-video-player iframe {
  height: 100%;
  z-index: 1; }

.mab-video {
  position: relative; }
  .mab-video .mab-video-player > img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .mab-video-item {
    position: relative; }

.mab-video-play {
  color: #333; }

.mab-video-ar-219 .mab-video-container {
  aspect-ratio: 2.33333; }

.mab-video-ar-43 .mab-video-container {
  aspect-ratio: 1.33333; }

.mab-video-ar-32 .mab-video-container {
  aspect-ratio: 1.5; }

.mab-video-ar-11 .mab-video-container {
  aspect-ratio: 1; }

.mab-video-ar-916 .mab-video-container {
  aspect-ratio: 0.5625; }

.mab-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s; }

.mab-sticky-close {
  display: none; }

.mab-sticky-video .mab-video-container {
  background: none; }

.mab-sticky-video .mab-video-wrap {
  position: fixed;
  width: 320px;
  height: 180px;
  top: var(--top, 30px);
  left: var(--left, 30px);
  right: var(--right, auto);
  bottom: var(--bottom);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  z-index: 9999; }
  .admin-bar .mab-sticky-video .mab-video-wrap {
    top: calc( 32px + var(--top, 30px)); }

.mab-sticky-video .mab-sticky-close {
  background: #fff;
  color: #000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  cursor: pointer;
  height: 26px;
  width: 26px;
  z-index: 99999; }
  .mab-sticky-video .mab-sticky-close:before, .mab-sticky-video .mab-sticky-close:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #000; }
  .mab-sticky-video .mab-sticky-close:before {
    transform: rotate(45deg); }
  .mab-sticky-video .mab-sticky-close:after {
    transform: rotate(-45deg); }
