.crust-slideshow-wrap{
    position: relative;
}

.crust-slideshow {
    position: relative;
    overflow: hidden;
}

.crust-slideshow.crust-slide-full-height{
    height: 100vh;
}

.crust-sls-slide,
.crust-sls-img-wrap,
.crust-sls-img,
.crust-sls-img-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.crust-sls-img{
    z-index: 1;
}

.crust-sls-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.crust-sls-img-wrap:before{
    display: block;
    content: "";
    z-index: 2;
}

.js .crust-sls-slide {
    opacity: 0;
    pointer-events: none;
}

.js .crust-current {
    opacity: 1;
    pointer-events: auto;
}

.crust-sls-img-wrap {
    will-change: transform;
    overflow: hidden;
}

.crust-sls-img {
    background-size: cover;
    will-change: transform;
    -webkit-backspace-visibility: hidden;
}

.crust-sls-title .crust-heading{
    max-width: 60%;
}

.crust-sls-slide .crust-heading{
    opacity: 0
}

.crust-sls-slide.crust-current .crust-heading{
    opacity: 1;
}

.crust-sls-txt {
    position: relative;
    overflow: hidden;
    display: block;
}

.crust-sls-txt > span {
    display: block;
    position: relative;
}

.crust-sls-nav {
    position: absolute;
    z-index: 100;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crust-sls-nav-button {
    display: flex;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all .5s cubic-bezier(0.2,1,0.3,1);
}

.crust-sls-nav-button:hover{
    background-color: #fff;
    color: #333;
    will-change: transform;
    transform: scale(1.1);
}

.crust-sls-nav-button:focus {
    outline: none;
}

.crust-sls-nav-index {
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    color: #fff;
}

.crust-sls-nav-index > span {
    display: inline-block;
    margin: 0 10px;
}

.crust-sls-nav-index-current {
    position: relative;
    overflow: hidden;
}

.crust-sls-nav-index-current span {
    display: inline-block;
}
