body {
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    body {
        height: auto;
        overflow: auto;
    }
}

body.background-w {
    background-color: white;    
}

body.background-w nav li a {
    color: black;
}
/******************************************
header
******************************************/
@media screen and (max-width: 480px) {
    header.header-b nav li a {
        color: white !important;
    }
}
/******************************************
subNav
******************************************/
@media screen and (max-width: 480px) {
    .subNav.subNav-b .subNav-lists {
        color: white !important;
    }
}
/******************************************
 movie
******************************************/
@media screen and (max-width: 480px) {
    .fitMovie {
        width: 100% !important;
        left: 0 !important;
    }
}
/******************************************
looks & runway
******************************************/
.looks, .runway {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: black;
    z-index: 100;
}

.looks, .runway {
    z-index: 200;
}

.looks.movie-none, .runway.movie-none {
    display: block;
}

.closeBtn, .backBtn {
    display: none;
    position: fixed;
    top: 8px;
    left: 8px;
    cursor: default;
    z-index: 300;
    transition: all 500ms 0s ease;
}

.closeBtn:hover, .backBtn:hover {
    opacity: 0.3;
}

.closeBtn img, .backBtn img {
    width: 8px;
    height: 14px;
    margin: 12px;
}

.backBtn {
    display: block;
}

.looks a, .runway a {
    transition: all 500ms 0s ease;
}

.looks a:hover, .runway a:hover {
    opacity: 0.3;
}

.slider {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
}

/*
.slider:hover {
    cursor: -webkit-grab;
}

.slider:active {
    cursor: -webkit-grabbing;
}
*/

.slider-content {
}

figure {
    display: none;
    position: relative;
    float: left;
    margin-right: 4px;
}

figure:last-child {
    margin-right: 0;
}

figure img.lazy {
    width: 100%;
    height: auto;
    background-color: black;
    background-image:url('/collection/common/img/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

figure .meta-container {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

figure .look-number {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

figure .look-download {
    display: none;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width: 480px) {
	.figure {
		float: none;
    }
    
    .slider {
        overflow-x: hidden;
        overflow-y: scroll;
    }
}