.plantas {
    display: none
}


/* Slideshow container */

#planta-slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

.plantas {
    text-align: right;
}

.plantas img {
    width: 100%;
    height: auto;
}


/* Next & previous buttons */

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 25%;
    width: auto;
    padding: 16px;
    margin-top: 0;
    margin-left: 15%;
    margin-right: 15%;
    color: #aa9157;
    font-weight: 100;
    font-size: 7.5em;
    transition: 0.6s ease;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a darkblue background color with a little bit see-through */

.prev:hover, .next:hover {
    background-color: rgba(15, 25, 48, 0.7);
}


/* The dots/bullets/indicators */

#planta-options {
    position:absolute;
    top:85%;
    left:45%;
}

.dot {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 21px;
    display: inline-block;
    margin: 0 5px;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.activePlanta, .dot:hover {
    background-color: #aa9157;
}
