#main .p-flow__video__wrapper {
  text-align: center;
  margin-bottom: 30px;
}

#main .p-flow__video {
  width: 88%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media (max-width: 768px) {

  #main .p-flow__video {
    width: 100%;
  }

}