.swop21-atlas-top-line {
  height: 90px;
}

.swop21-atlas-top-line .swop21-line {
  left: 0;
  top: 0;
}

.swop21-atlas-video {
  margin: 0 auto;
  max-width: 1260px;
}

.swop21-atlas-video-holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.swop21-atlas-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swop21-atlas-video-toggle-mute {
  position: absolute;
  z-index: 1;
  background: url(../../images/2021/atlas/icon-unmuted.svg) center center no-repeat !important;
  width: 37px;
  height: 37px;
  right: 24px;
  top: 24px;
}
.swop21-atlas-video-toggle-mute.swop21-atlas-video-muted {
  background: url(../../images/2021/atlas/icon-muted.svg) center center no-repeat !important;
}

.swop21-atlas-share {
  padding: 50px 0 36px 0;
}

.swop21-atlas-share .swop21-sharelink {
  margin: 0 auto;
}

.swop21-atlas-bottom-line {
  height: 90px;
}

.swop21-atlas-bottom-line .swop21-line {
  top: 0;
  left: 50%;
}
