.FrameSource {
        margin: 0 0 0px 0;
        position: relative;
        max-width: 100%;
        box-sizing: border-box;
}
.FrameSource iframe{
        width: 100%;
}
.FrameSource .Header{
        color: #004370;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        text-transform: uppercase;
        line-height: 38px;
}
@media only screen and (max-width: 768px){
        .FrameSource{
                width: calc(100% - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}
