.ce-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.ce-embed-default {
    padding-bottom: 56.25%;
}

.ce-embed-ratio-4-3 {
    padding-bottom: 75%;
}

.ce-embed-ratio-3-2 {
    padding-bottom: 66.6667%;
}

.ce-embed-ratio-16-10 {
    padding-bottom: 62.5%;
}

.ce-embed-ratio-16-9 {
    padding-bottom: 56.25%;
}

.ce-embed > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ce-embed-audio {
    position: static;
    height: auto;
}

.ce-embed-audio > * {
    position: static;
    height: auto;
    min-height: 32px;
    overflow: visible;
}