
/* general styling changes */

.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border-radius: 30px !important;
}

    /* multiple classes after eachother 
    will overwrite other classes with the same class name */
.inner.inner.inner {
    width: 100%;
    max-width: 700px;
    border-radius: 0px;
    text-align: left;
    background: rgba(0,0,0,0);
    box-shadow: unset !important;
}

#slide-menu,
#slide-menu li {
    width: 100% !important;
}