.cnd-oembed2 {
    /*padding: 15px;*/
}

.cnd-oembed2 .embed {
    padding: 0;
}

.cnd-oembed2 .embed .embed-text {
    margin: 10px 40px 10px 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 270px;
}

.cnd-oembed2 .embed .embed-text ul {
    list-style: none;
    padding: 5px;
}

.cnd-oembed2 .embed .embed-text ul label {
    font-size: 1.1em;
    font-weight: bold;
}

.cnd-oembed2 .embed .embed-text ul li {
    padding: 5px;
    margin-bottom: 5px;
}

.cnd-oembed2 .preview {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    background-color: darkgray;
    margin-top: 15px;
    width: calc( 100% - 30px );
    margin-left: 15px;
}

.st-block__inner .cnd-oembed2 .preview {
    margin-left: 0;
}

.cnd-oembed2 .preview iframe {
    display: inline;
}

.cnd-oembed2 .embed-error {
    text-align: center;
    color: red;
    padding-top: 15px;
}

/* Sir Trevor */

.st-block__inner .cnd-oembed2 {
    padding: 10px 10px 5px 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.st-block__inner .cnd-oembed2 .block-title {
    height: 15px;
}

.st-block__inner .cnd-oembed2 button.preview-refresh {
    padding: 0;
    line-height: 0.1em;
    margin-top: -3px;
}

.st-block__inner .cnd-oembed2 .data-target input {
    width: 100%;
    border: 1px solid gray;
    margin: 0;
}

.st-block__inner .cnd-oembed2 .preview {
    width: 100%;
    max-width: 600px;
    text-align: center;
    background: none;
    margin: auto;

}

.st-block__inner .cnd-oembed2 .preview iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cnd-oembed2 .preview-toggle .off {
    display: none;
}

.cnd-oembed2 .preview-toggle .on {
    display: inline;
}

.cnd-oembed2 .preview-toggle.active .off {
    display: inline;
}

.cnd-oembed2 .preview-toggle.active .on {
    display: none;
}

.st-block-controls__button .st-icon {
    margin: 0 auto 10px;
}

.st-block .block-title {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    line-height: 0.9em;
    text-transform: capitalize;
}



/*layout*/
@media(max-width:480px){
    .cnd-oembed2 .col-xs-3{
        width:33.33333%;
    }
    .cnd-oembed2 .col-xs-9{
        width:66.66666%;
    }
}
