.WebFrameBasic001 {
    border: none;
    width: 100%;
    display: inline-block;
}

/* mobile */

@media screen and (max-width: 768px) {
    .WebFrameBasic001 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}