/****************
* /BREAKPOINTS *
****************/
/**********
 * SPACES *
**********/
/**********
 * WIDTHS *
**********/
/**************
 * FONTS *
**************/
/**********
 * MIXINS *
**********/
/**************
 * FONT SIZES *
**************/
/********************
 * MOBILE VARIABLES *
********************/
/***************
 * BOX SHOADOW *
***************/
.embed-block .embed-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.embed-block .embed-wrapper iframe {
  width: auto;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  box-shadow: none;
}

@media screen and (max-width: 719px) {
  .embed-block .embed-wrapper iframe {
    min-width: 100%;
  }
}/*# sourceMappingURL=embed.css.map */