<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --pink: #fd2c7a;
}

/*
       __
      /\ \
 __  __\ \ \/'\
/\ \/\ \\ \ , &lt;
\ \ \_\ \\ \ \\`\
\/`____ \\ \_\ \_\
 `/___/&gt; \\/_/\/_/
    /\___/
    \/__/
*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Selection colours (easy to forget) */
::selection {
    background: rgb(253, 44, 122);
    color: #fff;
}

::-moz-selection {
    background: rgb(253, 44, 122);
    color #fff;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

html {
    height: 100%;
}

body {
    -webkit-tap-highlight-color: rgb(253, 44, 122);
}

body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 100%;
    width: 100%;
    background: #fd2c7a;
}

body {
    font-family: -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
        "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 17px;
    background: #fd2c7a;
    background-attachment: fixed;
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden;
}

@media screen and (max-width: 39.9375em) {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CircularBold', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

h4.title {
    font-size: 2.5rem;
    line-height: 1.2em;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    h4.title {
        font-size: 2.6rem;
        line-height: 1.2em;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    h4.title {
        font-size: 2rem;
        line-height: 1.2em;
    }
}


@media screen and (max-width: 39.9375em) {
    h4.title {
        font-size: 1.5em;
        line-height: 1.1em;
    }

    .small-only-block {
        display: block;
    }
}

.circular {
    font-family: 'Circular', sans-serif;
}

.mono {
    font-family: monospace;
}

.fullwidth {
    max-width: 100%;
}

.fullheight {
    min-height: 100%;
}

.fullwidth [class*="block-grid-"] {
    margin-right: 0;
    margin-left: 0;
}

.flushgrid[class*="block-grid-"] {
    margin-right: 0em;
    margin-left: 0em;
}

.flush-columns-margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.flush-columns-padding .columns,
.flush-column-padding.columns {
    padding-left: 0;
    padding-right: 0;
}

.flex {
    display: flex;
}

.flexcol {
    flex: 1
}

.fixed {
    position: fixed;
}

.sticky {
    position: sticky;
    top: 0;
}

@media screen and (max-width: 39.9375em) {
    .flex {
        display: block;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 900;
}

@media screen and (max-width: 39.9375em) {
    .small-only-text-center {
        text-align: center;
    }
}

.white {
    color: #FFF;
}

.white-trans {
    color: rgba(255, 255, 255, .6);
}

.white-bg {
    background-color: #FFF;
}

.black {
    color: #1b1513;
}

.black-bg {
    background-color: #1b1513;
}

.grey {
    color: #b0b0b0;
}

.grey-bg {
    background-color: #b0b0b0;
}

.light-grey {
    color: #dddddd;
}

.light-grey-bg {
    background-color: #f0f0f0;
}

.pink {
    color: var(--pink);
}

.pink-bg {
    background-color: var(--pink);
}

.inline-block {
    display: inline-block;
}

.rounded {
    border-radius: 5px;
    overflow;
    hidden;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 39.9375em) {
    .small-only-no-vertical-center {
        position: relative;
        top: auto;
        transform: none;
    }
}

.hidden,
.is-hidden {
    display: none !important;
}

.visibility-zero {
    visibility: hidden !important;
}

.block {
    display: block !important;
}

.letterspace {
    letter-spacing: 2px;
}

.letterspace-wide {
    letter-spacing: 1em;
}

.padding-xsmall {
    padding: .5em;
}

.padding-small {
    padding: 1.5em;
}

.padding-medium {
    padding: 2.5em;
}

.padding {
    padding: 3em;
}

.padding-large {
    padding: 5em;
}

.padding-xlarge {
    padding: 7em;
}

.padding-top-none {
    padding-top: 0px;
}

.padding-top-xsmall {
    padding-top: .5em;
}

.padding-top-small {
    padding-top: 1.5em;
}

.padding-top-medium {
    padding-top: 2.5em;
}

.padding-top {
    padding-top: 3em;
}

.padding-top-large {
    padding-top: 5em;
}

.padding-top-xlarge {
    padding-top: 7em;
}

.padding-bottom-none {
    padding-bottom: 0px;
}

.padding-bottom-xsmall {
    padding-bottom: .5em;
}

.padding-bottom-small {
    padding-bottom: 1.5em;
}

.padding-bottom-medium {
    padding-bottom: 2.5em;
}

.padding-bottom {
    padding-bottom: 3em;
}

.padding-bottom-large {
    padding-bottom: 5em;
}

.padding-bottom-xlarge {
    padding-bottom: 7em;
}

.padding-left-none {
    padding-left: 0px;
}

.padding-left-xsmall {
    padding-left: .5em;
}

.padding-left-small {
    padding-left: 1.5em;
}

.padding-left-medium {
    padding-left: 2.5em;
}

.padding-left {
    padding-left: 3em;
}

.padding-left-large {
    padding-left: 5em;
}

.padding-left-xlarge {
    padding-left: 7em;
}

.padding-right-none {
    padding-right: 0px;
}

.padding-right-xsmall {
    padding-right: .5em;
}

.padding-right-small {
    padding-right: 1.5em;
}

.padding-right-medium {
    padding-right: 2.5em;
}

.padding-right {
    padding-right: 3em;
}

.padding-right-large {
    padding-right: 5em;
}

.padding-right-xlarge {
    padding-right: 7em;
}

.padding-small-flush-sides {
    padding: 1.5em 0 1.5em 0;
}

.margin-xsmall {
    padding: .5em;
}

.margin-small {
    padding: 1.5em;
}

.margin-medium {
    padding: 2.5em;
}

.margin {
    margin: 3em;
}

.margin-large {
    padding: 5em;
}

.margin-top-xsmall {
    margin-top: .5em;
}

.margin-top-small {
    margin-top: 1.5em;
}

.margin-top-medium {
    margin-top: 2.5em;
}

.margin-top {
    margin-top: 3em;
}

.margin-top-large {
    margin-top: 5em;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-xsmall {
    margin-bottom: .5em;
}

.margin-bottom-small {
    margin-bottom: 1.5em;
}

.margin-bottom-medium {
    margin-bottom: 2.5em;
}

.margin-bottom {
    margin-bottom: 3em;
}

.margin-bottom-large {
    margin-bottom: 5em;
}

.margin-bottom-none {
    margin-bottom: 0;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .large-only-margin-bottom-small {
        margin-bottom: 1.5em !important;
    }
}

.margin-left-xsmall {
    margin-left: .5em;
}

.margin-left-small {
    margin-left: 1.5em;
}

.margin-left-medium {
    margin-left: 2.5em;
}

.margin-left {
    margin-left: 3em;
}

.margin-left-large {
    margin-left: 5em;
}

.margin-left-none {
    margin-left: 0;
}

.margin-right-xsmall {
    margin-right: .5em;
}

.margin-right-small {
    margin-right: 1.5em;
}

.margin-right-medium {
    margin-right: 2.5em;
}

.margin-right {
    margin-right: 3em;
}

.margin-right-large {
    margin-right: 5em;
}

.margin-right-none {
    margin-right: 0;
}



a,
a:active {
    color: rgba(253, 44, 122, 1);
    text-decoration: none;
}

a:hover {
    color: rgba(253, 44, 122, 1);
    background: transparent;
    text-decoration: underline;
}

a.white:hover {
    color: #FFF;
    opacity: 0.5;
}

.underline {
    text-decoration: underline;
}

.entry a {
    position: relative;
    display: inline;
}


.main-column .sidebar-interloper {
    display: none !important;
}

.sidebar .sidebar-interloper {
    /* display: none !important; */
}


/* LARGE */
@media screen and (min-width: 64em) {
    .padding-left-large-only {
        padding-left: 3em;
    }

    .padding-right-large-only {
        padding-right: 3em;
    }

    .padding-top-large-only {
        padding-top: 3em;
    }

    .padding-bottom-large-only {
        padding-bottom: 3em;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-left-flush-padding {
        padding-left: 0 !important;
    }

    .medium-right-flush-padding {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .main-column .sidebar-interloper {
        display: block !important;
    }

    .small-only-padding-medium {
        padding: 2.5em;
    }

    .small-only-padding-small {
        padding: 1.5em;
    }

    .small-only-padding-left-small {
        padding-left: 1.5em;
    }

    .small-only-padding-left-none {
        padding-left: 0;
    }

    .small-only-padding-left-xsmall {
        padding-left: 0.5em;
    }

    .small-only-padding-right-small {
        padding-right: 1.5em;
    }

    .small-only-padding-right-none {
        padding-right: 0;
    }

    .small-only-padding-top-none {
        padding-top: 0;
    }

    .small-only-padding-top-small {
        padding-top: 1.5em;
    }

    .small-only-padding-top-medium {
        padding-top: 2.5em;
    }

    .small-only-padding-bottom-none {
        padding-bottom: 0;
    }

    .small-only-padding-bottom-xsmall {
        padding-bottom: 0.5em;
    }

    .small-only-padding-bottom-small {
        padding-bottom: 1.5em;
    }

    .small-only-padding-bottom-medium {
        padding-bottom: 2.5em;
    }

    .small-only-margin-top-none {
        margin-top: 0;
    }

    .small-only-margin-bottom-none {
        margin-bottom: 0;
    }

    .small-only-margin-left-none {
        margin-left: 0;
    }

    .small-only-margin-right-none {
        margin-right: 0;
    }

}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border {
    border: 10px solid #023240;
}

.border-thick {
    border: 12px solid #023240;
}

.border-thin {
    border: 5px solid #023240;
}

.border-bottom {
    border-bottom: 1px solid #023240;
}

.border-black {
    border-color: #023240;
}

.border-left {
    border-left: 1px solid #023240;
}

.border-right {
    border-left: 1px solid #023240;
}

.border-top {
    border-top: 1px solid #023240;
}

.border-bottom {
    border-bottom: 1px solid #023240;
}

.clearfix,
.clearIt {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.topmost {
    z-index: 1000;
}

.parent-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button {
    display: inline-block;
    background-color: rgba(253, 44, 122, 1);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "Circular", sans-serif;
    padding: 5px 30px;
    border-radius: 3px;
}

.button:hover,
.button.hover {
    background: #e30e5e;
    color: #FFF;
    text-decoration: none;
}

.widescreen,
.vidXLrg {
    position: relative;
    padding-top: 56.25%;
    height: 0;

}

.widescreen iframe,
.widescreen a,
.vidXLrg iframe,
.widescreen img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widescreen a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.widescreen .icon {
    font-size: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    z-index: 100;
    color: #fff;
    transform: translate(-50%, -50%);
}

.media .widescreen {
    background-color: rgba(0, 0, 0, 0.3);
}

.media .controls {}

.media .controls a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    transition: all .2s ease-in-out;
    opacity: 0.5;
}

.media .controls a:hover {
    background-color: transparent;
    transform: scale(1.1);
    opacity: 1;
}

.media .controls a.next {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNS4zIDkxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMTUuMyA5MTsiPgo8cGF0aCBkPSJNMTAwLjgsMzhsLTQ5LTI4LjNjLTcuMS00LjEtMTMtMC44LTEzLDcuNXYyLjNsLTE3LTkuOGMtNy4xLTQuMS0xMy0wLjgtMTMsNy41djU2LjZjMCw4LjIsNS44LDExLjYsMTMsNy41bDE3LTkuOHYyLjMKCWMwLDguMiw1LjgsMTEuNiwxMyw3LjVsNDktMjguM0MxMDcuOSw0OC45LDEwNy45LDQyLjEsMTAwLjgsMzh6Ii8+Cjwvc3ZnPgo=');
}

.media .controls a.prev {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExNS45IDkxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMTUuOSA5MTsiPgo8cGF0aCBkPSJNMTQuMiw1M2w0OSwyOC4zYzcuMSw0LjEsMTMsMC44LDEzLTcuNXYtMi4zbDE3LDkuOGM3LjEsNC4xLDEzLDAuOCwxMy03LjVWMTcuMmMwLTguMi01LjgtMTEuNi0xMy03LjVsLTE3LDkuOHYtMi4zCgljMC04LjItNS44LTExLjYtMTMtNy41TDE0LjIsMzhDNyw0Mi4xLDcsNDguOSwxNC4yLDUzeiIvPgo8L3N2Zz4K');
}

.media .controls a.stop {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5My4xIDkxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5My4xIDkxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTgzLjksNjguMWMwLDguMi02LjgsMTUtMTUsMTVIMjMuOGMtOC4yLDAtMTUtNi44LTE1LTE1VjIyLjljMC04LjMsNi44LTE1LDE1LTE1aDQ1LjFjOC4yLDAsMTUsNi44LDE1LDE1VjY4LjF6Ii8+CjwvZz4KPC9zdmc+Cg==');
}

audio {
    display: block;
    width: 100%;
}

.filter-greyscale {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.filter-multiply {
    mix-blend-mode: multiply;
}

.filter-blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(253, 44, 122, 0.5);
    backdrop-filter: blur(10px);
}

/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}

/*    Mobile Layout:   */
@media screen and (max-width: 39.9375em) {}

.site-nav li {
    padding: 0;
}

.site-nav a {
    display: block;
}

.site-nav a:hover {
    background: var(--pink);
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.site-nav li.active a {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.sidebar-logo:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url('_img/yk-handwriting--vert.svg');
    background-size: 180%;
    background-position: 40% top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .sidebar-logo:before {
        background-position: 53% 150px;
    }
}


.nav-inner-page {
    width: 100vh;
    height: 50px;
    border: 10px solid yellow;
    position: absolute;
    z-index: 10;
    transform-origin: left top;
    transform: rotate(-90deg) translateX(0);
}

.nav-inner-page .site-nav-list {
    padding-top: 0;
}


.subpage-navigation-container {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

/* search */
#blanket {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: var(--pink);
}

@media screen and (max-width: 39.9375em) {
    #blanket {
        height: calc(100vh - 142px);
        top: 142px;
    }

    body.search-modal-open {
        position: fixed;
    }
}

body.search-page .content-container&gt;.row {
    min-height: 98vh;
}

.modal.search-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 3em;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    z-index: 5001;
}

.modal.search-modal.is-searching {}

.modal .close {
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    font-size: 3em;
    color: #000;
    opacity: 0.5;
}

.modal a.close:hover {
    opacity: 1;
    text-decoration: none;
}

.search-form-form {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    position: relative;
    padding: 0.5em;
    overflow: hidden;
}

.search-form-form input[type='search'] {
    border: 0;
    width: 92.5%;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 50px;
}

.search-form-form input[type='submit'] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 1em;
    border-radius: 25px;
}

.search-form-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-form-results h3 {}

@media screen and (max-width: 39.9375em) {
    .modal.search-modal {
        padding: 3em 1em;
    }

    .modal.search-modal h3 {
        font-size: 16px;
    }

    .search-form-form {
        border: none;
        border-radius: 0;
        padding: 0;
        overflow: visible;
    }

    .search-form-form input[type='search'] {
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        padding: 1em 0;
        text-align: center;
    }

    .search-form-form input[type='submit'] {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 1em;
    }
}

/* comments */
.comment input.text,
.comment textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 0.8em;
    border-radius: 0.2em;
}

.comment label.is-error {
    color: #F00;
}

.comment input.is-error,
.comment textarea.is-error {
    border: 1px solid rgba(255, 0, 0, 1);
}

.comment .button {
    border: none;
    padding: 1em 1.5em;
}

.avatar {
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

a.avatar:hover {
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid var(--pink);
}


.it-me-container {
    float: right;
    margin-right: -2.5em;
    text-align: right;
    width: 50%;
    padding-bottom: 1em;
    padding-left: 0.5em;
    max-width: 200px;
}

@media screen and (max-width: 39.9375em) {
    .it-me-container {}
}

/* mixes page */
a.square-block {
    display: block;
    height: 0;
    padding-top: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
}

a.square-block:hover {
    background: rgba(0, 0, 0, 1);
}

a.square-block hgroup {
    position: absolute;
    width: 100%;
    display: block;
}

a.toggler {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.2em 0.6em;
    display: inline-block;
    border-radius: 6px;
    color: #000;
}

a.toggler:hover {
    text-decoration: none;
    background: var(--pink);
    color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 404  PAGE */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body.notfound {
    margin: 0;
}

.fourohfour .pinkout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(253, 44, 122, .7);
}

.fourohfour .coverimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.fourohfour canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.fourohfour .topmost {
    position: relative;
    z-index: 50;
}

.fourohfour h1 {
    font-size: 50vw;
    line-height: 1;
}

/* FRIDAY VIDEOS */
.blogImg.friday {
    position: relative;
}

.blogImg.friday img {
    width: 100%;
    height: auto;
}

.blogImg.friday:before {
    content: ' ';
    pointer-events: none;
    background-size: contain;
    font-family: sans-serif;
    color: #FFF;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 30px;
    font-size: 60px;
    z-index: 100;
}

.blogImg.friday.active:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4NSA5MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODUgOTE7IiA+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03MC44LDUzYzcuMS00LjEsNy4xLTEwLjksMC0xNWwtNDktMjguM2MtNy4xLTQuMS0xMy0wLjgtMTMsNy41djU2LjZjMCw4LjIsNS44LDExLjYsMTMsNy41TDcwLjgsNTN6Ii8+Cjwvc3ZnPgo=');
}

hr.slim {
    width: 60%;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    margin-top: 1em;
    margin-bottom: 1em;
}
</pre></body></html>