.closetBanner {
    width: 100%;
    height: 371px;
    margin: 20px 0;
    border: 1px solid #b3b3b3;
}

.closetBanner:after {
    content: '';
    display: block;
    clear: both;
}

.closetImage {
    width: 558px;
    height: 370px;
    overflow: hidden;
    float: left;
}

.closetInfo {
    width: 320px;
    float: left;
    height: 370px;
    padding: 10px 20px 0;
    position: relative;
    font-size: 13px;
    color: #888;
}

.closetInfo .ownerName {
    font-family: 'Libre-Baskerville-Bold';
    color: #a37b2c;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.closetInfo .ownerLabel {
    font-size: 11px;
}

.closetInfo .closetInfoLabel {
    font-size: 11px;
}

.closetInfo .closetInfoValue {
    color: #585858;
    font-size: 12px;
}

.closetInfo ul {
    margin-top: 8px;
}

.closetInfo ul li {
    margin-bottom: 4px;
}

@media only screen and (max-width: 1280px) {
    .closetBanner {
        height: auto;
    }

    .closetImage {
        width: 100%;
        height: auto;
        float: inherit;
    }

    .closetInfo {
        width: 100%;
        height: auto;
        float: inherit;
        margin-top: 10px;
    }

    .closetInfo ul {
        width: 45%;
        float: left;
        margin-right: 20px;
    }

    .closetInfo:after {
        content: '';
        display: block;
        clear: both;
        height: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .closetInfo ul {
        width: 100%;
        margin-right: 0;
    }
}

/* YOUTUBE */

.youtube-container {
    padding: 20px 0;
}

.youtube-container iframe {
    width: 880px;
    height: 495px;
}

@media only screen and (max-width: 1280px) {
    .youtube-container iframe {
        width: 680px;
        height: 382px;
    }
}

@media only screen and (max-width: 959px) {
    .youtube-container {
        position: relative;
        margin-top: 20px;
        padding-bottom: 56.25%;
        height: 0;
    }

    .youtube-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*# sourceMappingURL=closet.css.map */
