.video-youtube iframe{
    max-width: 100%;
    height: auto;
}

.embed-inline-left{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px
}

.embed-inline-right{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px
}

.no-float {
    float: none;
}
/* YouTube Responsive CSS */
.ezxmltext-field .video-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
    margin-bottom: 20px;
}
.ezxmltext-field .video-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
}
