/* ========================================================================
   Component: Video
 ========================================================================== */

.spw-video {
  width: 100%;
  height: 100%;
}

.spw-video__wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 10px;
}

.spw-video__placeholder{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spw-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}