/* Generated by vite-plugin-svg-spritemap */
.full_video__oembed {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 67%;
}
.full_video__oembed video, .full_video__oembed iframe, .full_video__oembed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full_video__placeholder {
  position: relative;
}
.full_video__placeholder img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.full_video__placeholder-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 4.375rem;
  border-radius: 1.25rem;
  position: absolute;
  top: calc(50% - 2.1875rem);
  left: calc(50% - 3.125rem);
  background-color: #FF0000;
}
.full_video__placeholder-btn img {
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 22.5em) {
  .full_video {
    padding-top: 1.875rem;
  }
  .full_video {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 71.375em) {
  .full_video {
    padding-top: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
  .full_video {
    padding-bottom: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
}
@media (min-width: 71.375em) {
  .full_video {
    padding-top: 3.75rem;
  }
  .full_video {
    padding-bottom: 3.75rem;
  }
}