.showreel-section {
  padding-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
  background: #000;
}

.showreel-section iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
}
