@charset "UTF-8";
/* CSS Document */

/* '''' PRESENTATIONS  '''' */

/* '''''''''''''''''''''''''''''''''  CONTIANER - IFRAME  '''''''''''''''''''''''''''''''' */

/* iframe contents, slideshare slideshow, so the 
iframe adjustment is based on aspect-ratio */
/*  "search!" ../preserving-aspect-ratio-for-embedded-iframes/ */
.aspect-ratio {
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  position: relative;
}
.aspect-ratio iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; 
  top: 0;
}
																					