/**
 * @file
 * Use this CSS file to override components CSS rules
 */

blockquote {
    padding: 0 0 0 50px;
    font-size: 1.2em;
    margin: 40px 0 10px;
}

blockquote::before {
    font-family: 'montserrat', 'helvetica', 'arial', sans-serif;
    left: 0px;
    line-height: .75;
}

.iframe-container,
.iframe-container iframe {
    width: 100%;
    height: 100%;
    
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
}