.lookbook-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.lookbook-overlay-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: #ff4e00;
    color: #fff;
    font-size: 32px;
    width: 40px;
    height: 40px;
    text-align: center
}

.lookbook-overlay-close>span {
    display: block;
    line-height: 40px
}

.lookbook-overlay-content {
    width: 100%;
    height: 100%;
    border: none
}