.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

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

.prev:hover, .next:hover {
    background-color: rgba(144, 38, 126, 0.8);
    color: #fff !important
}

.text {
    background: rgba(144, 38, 126, 0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center
}

.numbertext {
    background: rgba(144, 38, 126, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.controller-container {
    text-align: center;
    position: relative
}

.slidedot {
    cursor: pointer;
    color: #bbb;
    transition: background-color 0.6s ease
}

.slidedotactive, .slidedot:hover {
    color: #90267e
}

.play, .pause {
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    left: 10px
}

.play {
    color: #3fd6ff
}

.pause {
    color: #FFA500
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .6
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .6
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
