.about-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 56px 56px 140px;
  overflow: hidden;
  background: #000;
}

.about-video__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 80px 160px;
  background: #ede7dd;
}

.about-video__toggle {
  position: absolute;
  right: 176px;
  bottom: 96px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font: 500 0.9375rem/1.2 "Satoshi", sans-serif;
  cursor: pointer;
}

.about-video__media {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: transparent;
  object-fit: contain;
  object-position: 50% 50%;
}

@media (max-width: 1439px) {
  .about-video {
    padding: 56px 40px;
  }

  .about-video__frame {
    padding: 56px;
  }

  .about-video__toggle {
    right: 72px;
    bottom: 72px;
  }
}

@media (max-width: 809px) {
  .about-video {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 56px 20px;
  }

  .about-video__frame {
    padding: 16px;
  }

  .about-video__toggle {
    right: 28px;
    bottom: 28px;
  }
}
