.microsite-template #content {
    height: auto;
}

.microsite-template.microsite-template-html #content {
    margin: 0;
    padding: 0;
    top: 61px;
    bottom: 41px;
    left: 0;
    right: 0;
    z-index: 1;
}

.microsite-template.microsite-template-html #content > .inner, .microsite-template.microsite-template-html #content > .inner .js-microsite {
    padding: 0;
    margin: 0;
    width: 100%;
    top: 61px;
    left: 0;
    bottom: 41px;
    right: 0;
}

.microsite-template.microsite-template-html .animated-loader {
    background-color: rgba(255, 255, 255, 0.8) !important;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 61px;
    bottom: 41px;
    left: 0;
    right: 0;
    z-index: 2;
}

.microsite-template #lookbook .container .description h3 {
    font-size: 16px;
}

.microsite-template #lookbook .container .description p {
    text-transform: none;
    line-height: 1.4;
    color: #7c7875;
    font-size: 13px;
}

.microsite-template #lookbook .container .description ul.trends li {
    padding: 5px 0;
}

.microsite-template #lookbook .container .description ul.trends li a {

    background: url('../img/basic/login-arrow.png') right 5px no-repeat;
    padding: 0 20px 0 0;
    color: #7c7875;
}
.microsite-template #lookbook .container .description ul.trends li a:hover {
    color: #000000;
    background: url('../img/basic/small-black-arrow.png') right 5px no-repeat;
}
@media only screen and (max-width: 981px) {
    .microsite-template.microsite-template-html #content,
    .microsite-template.microsite-template-html #content > .inner, .microsite-template.microsite-template-html #content > .inner .js-microsite {
        position: static;
    }
}
