.container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: 400px;
}

.slide_inner {
    min-height: 80vh;
    position: relative;
}

.slide_holder .slide_inner {
    min-height: 80vh;
    position: relative;
}

.slide_content {
    max-width: 600px;
    width: 100%;
    position: absolute;
    right: 0;
}

span.arrow.next {
    right: 10px;
    padding: 0;
}

    span.arrow.next i {
        margin: 0 1rem 0 0;
        padding-left: 14px;
        width: 18px;
        font-style: unset;
    }

span.arrow.prev {
    left: 10px;
    padding: 0;
}

    span.arrow.prev i {
        margin: 0 1rem 0 0;
        padding-left: 3px;
        width: 18px;
        font-style: unset;
    }

.slider_wrapper {
    position: relative;
    height: inherit;
}

span.arrow, .wsu-c-button, .wsu-c-button--primary, .wsu-c-button a, .wsu-c-content .wsu-c-button, .wsu-c-content button {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #262626;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    border-radius: 8px;
    border: none;
    color: #fff;
    background-color: BLACK;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: .25em;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(0,0,.03,1);
    transition: -webkit-box-shadow .3s cubic-bezier(0,0,.03,1);
    -o-transition: box-shadow .3s cubic-bezier(0,0,.03,1);
    transition: box-shadow .3s cubic-bezier(0,0,.03,1);
    transition: box-shadow .3s cubic-bezier(0,0,.03,1),-webkit-box-shadow .3s cubic-bezier(0,0,.03,1);
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    bottom: 50%;
}
/*span.arrow {
        display: block;
        width: 38px;
        height: 36px;
        position: absolute;
        z-index: 1;
        bottom: 60%;
        
        background-color: black;
        color: white;
        font-size: 1.15rem;
        font-weight: 600;
        cursor: pointer;
        opacity: 1;
        padding-top:10PX;
        padding-left: 20px;
    }*/



.slider_wrapper:hover span.arrow {
    opacity: .5;
}

    .slider_wrapper:hover span.arrow:hover {
        opacity: .5;
    }
/*
    .caption {
        background-color: black;
        opacity: 0.85;
        color: white;
        visibility: visible;
        position: absolute;
        right: 0;
        bottom: 10%;
        line-height: 1.5;
       padding-top: 75px; 
        height: 44px;
        width: 100%;
        /* background-color: rgba(255, 255, 255, 0.5); */
/*text-align: center;
font-size: 2vh;
}*/

*/
.caption {
    background-color: black;
    opacity: 0.85;
    color: white;
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: 33%;
    line-height: .5;
    padding-top: 15px;
    height: 44px;
    width: 100%;
    text-align: center;
    font-size: 2.5vh;
    font-style: normal;
}

.slick-slide img {
    display: block;
    border-radius: 5px;
}

.slide--has-caption:hover .caption {
    visibility: visible !important;
    opacity: 1;
    cursor: pointer;
    pointer-events: none;
    z-index: 2;
}

.slick-list {
    height: inherit;
}
