.ceros-embed--alignment-center,
.ceros-embed--alignment-left,
.ceros-embed--alignment-left-super,
.ceros-embed--alignment-right,
.ceros-embed--alignment-right-super {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and ( min-width: 786px ) {
    .ceros-embed--alignment-left,
    .ceros-embed--alignment-left-super {
        float: left;
        width: 417px;
        margin-right: 30px;
    }

    .ceros-embed--alignment-right,
    .ceros-embed--alignment-right-super {
        float: right;
        width: 417px;
        margin-left: 30px;
    }
}

@media screen and ( min-width: 1035px ) {
    .ceros-embed--alignment-left-super {
        width: 517px;
        margin: 0 30px 0 -100px;
    }

    .ceros-embed--alignment-right-super {
        width: 517px;
        margin: 0 -100px 0 30px;
    }
}
