.fixedly-cont-{%post-id%} {}
    .fixedly-row-{%post-id%} {}
        .fixedly-cell-{%post-id%} {
            margin: 0 20px 20px 0;
            float: left;
            width: {%template-width%};
            height: {%template-height%};
            background: #{%template-cont-background-color%};
            border: 10px solid #{%template-cont-border-color%};
            -moz-box-shadow: 0 0 5px 5px #{%template-cont-shadow-color%};
            -webkit-box-shadow: 0 0 5px 5px #{%template-cont-shadow-color%};
            box-shadow: 0 0 5px 5px #{%template-cont-shadow-color%};
        }
            .fixedly-cell-{%post-id%} a {}
            .fixedly-cell-{%post-id%} img {
                width: {%template-inner-width%} !important;
                max-width: {%template-inner-width%} !important;
                height: {%template-height%};
            }
            .fixedly-cell-{%post-id%} iframe {}
