.featured-portfolio {
    margin-top: 60px;
}
.box-lookbook {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 60px; }
@media (max-width: 1199px) {
    .box-lookbook {
        margin-bottom: 120px; } }
@media (max-width: 991px) {
    .box-lookbook {
        margin-bottom: 100px; } }
@media (max-width: 767px) {
    .box-lookbook {
        margin-bottom: 80px; } }
@media (max-width: 480px) {
    .box-lookbook {
        margin-bottom: 40px; } }
.box-lookbook .ApColumn {
    padding: 0; }
.box-lookbook .ApImage {
    position: relative;
    margin: 0;
    padding-bottom: 50%;
    overflow: hidden; }
@media (max-width: 480px) {
    .box-lookbook .ApImage {
        padding: 0 !important;
        margin: 0 0 30px; } }
.box-lookbook .ApImage.content-center {
    padding-bottom: 100%; }
.box-lookbook .ApImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out; }
@media (max-width: 480px) {
    .box-lookbook .ApImage img {
        position: static;
        height: auto; } }
.box-lookbook .ApImage:hover img {
    transform: scale(1.05);
    filter: brightness(0.6); }
.box-lookbook .ApImage .image_description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-style: italic;
    text-align: center; }
@media (max-width: 1199px) {
    .box-lookbook .ApImage .image_description {
        font-size: 16px; } }
@media (max-width: 480px) {
    .box-lookbook .ApImage .image_description {
        padding: 15px 0 0;
        position: static;
        color: #464646;
        transform: none !important; }
    .box-lookbook .ApImage .image_description a {
        color: #000 !important; }
    .box-lookbook .ApImage .image_description h3:before {
        background: #666 !important; } }
.box-lookbook .ApImage .image_description h4 {
    color: inherit;
    font-family: inherit;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    margin: 0; }
@media (max-width: 1199px) {
    .box-lookbook .ApImage .image_description h4 {
        font-size: 18px; } }
@media (max-width: 1199px) {
    .box-lookbook .ApImage .image_description h4 {
        font-size: 16px; } }
.box-lookbook .ApImage .image_description h3 {
    color: inherit;
    font-family: inherit;
    font-size: 37px;
    font-style: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    position: relative;
    padding: 0 0 30px; }
@media (max-width: 1199px) {
    .box-lookbook .ApImage .image_description h3 {
        font-size: 30px;
        margin: 0 0 10px;
        letter-spacing: 0.2em;
        padding: 0 0 20px; } }
@media (max-width: 991px) {
    .box-lookbook .ApImage .image_description h3 {
        font-size: 28px;
        margin: 0 0 10px;
        letter-spacing: 0.1em;
        padding: 0 0 15px; } }
@media (max-width: 480px) {
    .box-lookbook .ApImage .image_description h3 {
        font-size: 24px;
        margin: 0 0 10px;
        letter-spacing: 0.1em;
        padding: 0 0 15px; } }
.box-lookbook .ApImage .image_description h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    max-width: 50%;
    height: 1px;
    background-color: #fff; }
.box-lookbook .ApImage .image_description a {
    display: inline-block;
    font-style: normal;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    border-bottom: 1px solid;
    margin-top: 30px;
    transition: all .4s ease-in-out;
    letter-spacing: 5px; }
@media (max-width: 1199px) {
    .box-lookbook .ApImage .image_description a {
        margin-top: 10px; } }
@media (max-width: 991px) {
    .box-lookbook .ApImage .image_description a {
        margin-top: 0;
        letter-spacing: 3px; } }
.box-lookbook .ApImage .image_description a:hover {
    letter-spacing: 2px; }
.box-lookbook .ApImage.content-right .image_description {
    left: auto;
    right: 6%;
    transform: translate(0, -50%); }
.box-lookbook .ApImage.content-left .image_description {
    right: auto;
    left: 6%;
    transform: translate(0, -50%); }

.box-lookbook .ApImage.content-center .image_description {
    min-width: 80%; }