.banner {
    background-image   : url('../images/special/Banner\ zoo\ 150\ ppi.png');
    background-position: center center;
    background-size    : 120%;
}

.zoom {
    width: 100%;

}

.image-thumbnail-article {
    background-image   : url(../images/special/zoological/10.jpg);
    height             : 400px;
    width              : 700px;
    background-size    : 120%;
    background-repeat  : no-repeat;
    background-position: 10% 30%;
}

.link a {
    color          : #EB7312 !important;
    text-decoration: none;
}

.link a:hover {
    font-weight: bold;
}

/* The Modal (background) */
.modal {
    display         : none;
    /* Hidden by default */
    position        : fixed;
    /* Stay in place */
    z-index         : 1;
    /* Sit on top */
    padding-top     : 100px;
    /* Location of the box */
    left            : 0;
    top             : 0;
    width           : 100%;
    /* Full width */
    height          : 100%;
    /* Full height */
    overflow        : auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin   : auto;
    display  : block;
    width    : 50%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin    : auto;
    display   : block;
    width     : 80%;
    max-width : 700px;
    text-align: center;
    color     : #ccc;
    padding   : 10px 0;
    height    : 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name    : zoom;
    -webkit-animation-duration: 0.6s;
    animation-name            : zoom;
    animation-duration        : 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position   : absolute;
    top        : 15px;
    right      : 35px;
    color      : #f1f1f1;
    font-size  : 40px;
    font-weight: bold;
    transition : 0.3s;
}

.close:hover,
.close:focus {
    color          : #bbb;
    text-decoration: none;
    cursor         : pointer;
}


/* slice show */
/* Hide the images by default */
.mySlides {
    display: none;
}

.myZoological {
    display: none;
}

.myLifeForm {
    display: none;
}

.myArtX {
    display: none;
}

.myLifeForm {
    cursor  : pointer;
    width   : 700px;
    height  : 480px;
    margin  : auto;
    overflow: hidden;
}

.myZoological {
    cursor  : pointer;
    width   : 700px;
    height  : 480px;
    margin  : auto;
    overflow: hidden;
}

.myArtX {
    cursor  : pointer;
    width   : 700px;
    height  : 480px;
    margin  : auto;
    overflow: hidden;
}

.mySlides {
    cursor  : pointer;
    width   : 700px;
    height  : 480px;
    margin  : auto;
    overflow: hidden;
}

.container {
    position: relative;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor             : pointer;
    position           : absolute;
    top                : 40%;
    width              : 50px;
    height             : 50px;
    padding            : 10px;
    margin-top         : -50px;
    color              : #7D7D7D;
    font-weight        : bold;
    font-size          : 20px;
    border-radius      : 100%;
    user-select        : none;
    -webkit-user-select: none;
    text-align         : center;
    background-color   : #9BBA9C;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #799b7a;
}

/* Number text (1/3 etc) */
.numbertext {
    color    : #f2f2f2;
    font-size: 12px;
    padding  : 8px 12px;
    position : absolute;
    top      : 0;
}

/* Container for image text */
.caption-container {
    text-align      : center;
    background-color: #222;
    padding         : 2px 16px;
    color           : white;
}

.row:after {
    content: "";
    display: table;
    clear  : both;
}

/* Add a transparency effect for thumnbail images */
.demo,
.demo2,
.demo3 {
    opacity: 0.6;
}

.active,
.demo:hover,
.demo2:hover,
.demo3:hover {
    opacity: 1;
}

.carousel__button {
    color     : #fff !important;
    background: #eee !important;
    transition: opacity .15s ease;
}

.fadein {
    position  : relative;
    text-align: center;
}

.fadein p {
    position       : absolute;
    text-align     : center;
    margin         : auto;
    justify-content: center;
    display        : flex;
}

/* responsive */
/* Position the "next button" to the right */
.next {
    right: -60px;

}

.prev {
    left: -60px;

}

.image-thumnails {
    overflow-x : auto;
    white-space: nowrap;
    text-align : left;
    display    : flex;
    width      : 90% !important;
    margin-top : 60px !important;
    height     : 130px;
    user-select: none;
    cursor     : pointer;
}

.image-thumnails::-webkit-scrollbar {
    display: none;
}

/* Six columns side by side */
.column {
    /* width: 16.66%; */
    display: inline-block;
    float  : left;
    width  : 200px !important;
    padding: 5px;
}

@media (min-width: 992px) {
    .next {
        right: 35px;

    }

    .prev {
        left: 35px;

    }
}