.youtubeBlockResponsive16by9,.youtubeBlockResponsive4by3{height:0;position:relative}.youtubeBlockResponsive16by9 iframe,.youtubeBlockResponsive4by3 iframe{border:"none";height:100%;left:0;position:absolute;top:0;width:100%}.youtubeBlockResponsive16by9{padding-bottom:56.25%}.youtubeBlockResponsive4by3{padding-bottom:75%}.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9{padding-bottom:28.125%;padding-top:28.125%}.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3{padding-bottom:37.5%;padding-top:37.5%}


.youtubeBlockResponsive16by9,.youtubeBlockResponsive4by3 {
    position: relative;
    height: 0;
}
.youtubeBlockResponsive16by9 iframe, .youtubeBlockResponsive4by3 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtubeBlockResponsive16by9 {
    padding-bottom: 56.25%
}

.youtubeBlockResponsive4by3{
    padding-bottom: 75%;
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9  {
    padding-top: 28.125%;
    padding-bottom:  28.125%
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3  {
    padding-top: 37.5%;
    padding-bottom: 37.5%
}

/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */

.jl-package-info code{
    //line-break:anywhere;
    color: inherit;
    background-color: transparent;
    font:inherit;
}

.jl-package-info li{
    margin-bottom:20px;
}

.jl-package-info ul.item-select-list{
    list-style-type: none;
    margin: 0 0 25px;
    padding: 2px 0 0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.jl-package-info ul.item-select-list li{
    margin-bottom: 2px;
    padding-bottom: 2px;
    position: relative;
    min-width:350px;
    width:33%;
}

.jl-package-info ul.item-select-list li a{
    background-repeat: no-repeat;
    border: 1px solid transparent;
    color: #4c4f56;
    display: block;
    padding: 8px;
    text-decoration: none;
}

.jl-package-info ul.item-select-list li a img{
    display: Inline-block;
    margin-right: 5px;
    max-width: 40px;
    vertical-align: middle;
}

