.fs-contem-background:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fs-bg-black::before {
    background-color: rgba(0,0,0,.8);
 }
 .fs-bg-white::before {
    background-color: rgba(255,255,255,.8);
 }
.fs-contem-wrapper {
    height: calc(100% - 105px);
}
.fs-close-wrapper {
    top: 25px;
    right: 25px;
} 
.fs-close-wrapper img {
    width: 45px;
}
.fs-contem-image-container {
    position: relative;
    width: 899px;
    height: 718px;
    margin: 0 auto;
}
.fs-contem-style-wrapper {
    position: absolute;
    border-radius: 10px;
}
.fs-contem-image1 {
    left: -270px;
    bottom: 102px;
    z-index: 3;
    min-width: 345px;
    min-height: 345px;
}
.fs-contem-image2 {
    right: 60px;
    top: 40px;
    z-index: 2;
    width: 899px;
    height: 718px;
}
.fs-contem-image3 {
    right: -340px;
    top: -48px;
    width: 462px;
    height: 523px;
    z-index: 3;
}
.fs-contem-text {
    right: -430px;
    bottom: 50px;
    width: 570px;
    height: 413px;
    z-index: 1;
}
.fs-desc-text {
    max-width: 82%;
    flex: 0 0 82%;
    font-size: 2.3rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    font-family: 'proxima-nova', sans-serif;
    color: #FFFFFF;
}
.fs-gallery-icon {
    width: 45px;
    margin-right: 15px;
}
.fs-gallery-text {
    font-size: 2.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    font-family: 'proxima-nova', sans-serif;
    color: #FFFFFF;
}

/* Styles for bohemain */
.fs-bohemain-image1 {
    left: -190px;
    bottom: 65px;
    z-index: 3;
    min-width: 316px;
    min-height: 298px;
}
.fs-bohemain-image2 {
    right: 170px;
    top: 70px;
    z-index: 2;
    width: 1004px;
    height: 669px;
}
.fs-bohemain-image3 {
    left: 700px;
    top: 130px;
    width: 657px;
    height: 442px;
    z-index: 3;
}
.fs-bohemain-text {
    left: 755px;
    top: -50px;
    width: 677px;
    height: 413px;
    z-index: 2;
}
.fs-boh-desc-text,
.fs-boh-gallery-text {
    color: #2B2B2B;
}
.fs-desc-bot-wrapper {
    z-index: 3;
    flex: 0 0 100%;
    max-width: 100%;
}
.ccw-close-wrapper.fs-close-wrapper img {
    right: -5px;
    top: -5px;
}