.at-trailer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.at-trailer--show {
  display: block;
}

.at-trailer__container {
  width: 100%;
  height: 100%;
  padding: 80px 20px;
}

.at-trailer__container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 0;
  opacity: 0.8;
}

.at-trailer__container::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  width: 25px;
  height: 25px;
  z-index: 2;
  cursor: pointer;
  background: transparent url('images/close.svg') no-repeat;
  background-size: 100% 100%;
}

.at-trailer__embed {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}