/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* 
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

.block-section.video .stem-video-container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 4rem 3rem;
}

@media screen and (max-width: 47.99875em) {
  .block-section.video .stem-video-container {
    padding: 2rem 1rem;
  }
}
.block-section.video .stem-video-container .plyr .plyr__controls,
.block-section.video .stem-video-container .plyr .plyr__control {
  display: none;
}

.block-section.video .stem-video-container .plyr .plyr__video-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.block-section.video .stem-video-container .plyr .plyr__video-wrapper .plyr__video-embed__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-section.video .stem-video-container .plyr .plyr__video-wrapper .plyr__video-embed__container iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border: 0;
}
