/*
    Interactr responsive embed styles. This stylesheet is used to ensure the embded iframe is responsive using the instrinsic aspect ratio. Styles taken from
    css bootstrap.
*/
.interactr-wrapper, .interactr-wrapper-fluid, .interactive-video-wrapper-fluid, .interactive-video-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}

.interactr-wrapper-fixed, .interactive-video-wrapper-fixed {
    position: relative;
    display: block;
    height: 390.3px;
    width: 693.88px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    margin-left: auto;
    margin-right: auto;
}

.interactr-item, .interactive-video-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    border: 0;
    min-width: 100%;
    width: 100px;
    *width: 100%;
    overflow: hidden;
}
