@keyframes fade-in{
    0%{
    opacity: 0;
    }
    100%{
    opacity: 100;
    }
}
.full-screen-container{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../../images/elements/1989-backgoround.svg);
    background-repeat: repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: 350px 350px;
    background-color:rgb(241, 238, 233);
    z-index: 10000;
    }
.full-screen-container.on{
    display: block;
    animation: fade-in 300ms ease-in-out normal forwards;
    }
.slick-list{
    opacity: 0;
    display: none;
    overflow: visible !important;
    }
.slick-list.on{
    display: block;
    animation: fade-in 500ms ease-in-out normal forwards;
    }
.home-fs-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    height:calc(100vh - 48px);
    }

.full-screen-container .slick-dots{
    width: 152px;
    }
.full-screen-container .slick-dots li:nth-child(1){
    margin-right: 12px;
    }
.full-screen-container .slick-dots li:nth-child(2){
    margin-left: 12px;
    }
.latch-fs-text-container{
    position: absolute;
    display: block;
    width: 100%;
    height: 48px;
    bottom: -48px;
    opacity: 0;
    transition: all ease-in-out 3000ms;
    transition-delay: 3000ms !important;
    background-color: rgba(241, 239, 236, 1);
    background-image: url(../../images/elements/1989-backgoround.svg);
    background-repeat: repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: 350px 350px;
    }
.latch-fs-text-container.on{
    opacity: 1;
    }
.latch-fs-text-container-inner{
    position: relative;
    display: block;
    width: 90%;
    max-width: 1700px;
    /*margin: 0px auto;*/
    padding: 14px 18px;
    }
.latch-fs-text{
    text-transform: uppercase;
    font-family: "Open Sans";
    letter-spacing: 0.12em;
    display: inline-block;
    position: relative;
    /*text-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1);*/
    }
.latch-fs-text.line-1{
    position: absolute;
    font-size: 18px;
    bottom: -9px;
    }
.latch-fs-text.line-2{
    position: absolute;
    right: 0px;
    bottom: 24px;
    padding-right: 12px;
    font-size: 55px;
    text-transform: lowercase;
    font-family: "Open Sans";
    cursor: pointer;
    z-index: 9999999999;
    }
.home-fs-image-1{
    background-image: url(../../images/home/1989-rendering-1-FS.webp);
    }
.home-fs-image-2{
    background-image: url(../../images/home/1989-rendering-2-FS.webp);
    }
.home-fs-image-3{
    background-image: url(../../images/home/1989-rendering-4-FS.webp);
    }
.home-fs-image-4{
    background-image: url(../../images/home/1989-rendering-8-FS.jpeg);
    }
.home-fs-image-5{
    background-image: url(../../images/home/1989-rendering-9-FS.webp);
    }
.home-fs-image-6{
    background-image: url(../../images/home/1989-rendering-3-FS.webp);
    }
@media only screen and (min-width:768px){
.latch-fs-text-container-inner{
    padding: 14px 36px
    }
.latch-fs-text.line-2{
    padding-right: 36px;
    }
}
@media only screen and (min-width:992px){
.latch-fs-text-container-inner{
    padding: 14px 55px
    }
.latch-fs-text.line-2{
    padding-right: 55px;
    }
}
@media only screen and (min-width:1200px){
.latch-fs-text-container-inner{
    padding: 14px 73px
    }
.latch-fs-text.line-2{
    padding-right: 73px;
    }
}