.mySlider {display:none}

/* Slideshow container */
.slideshow-container {
    width: 80%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.ctext {
    color: darkslateblue;
    background: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    padding: 10px;
    position: absolute;
    bottom: 80px;
    text-align: left;
}

/* Caption text */
.contents {
    position: absolute;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 90%;
    padding: 20px;
    text-align: center;
}

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

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fader {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fader {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fader {
    from {opacity: .4}
    to {opacity: 1}
}

.mtext {font-size: 16px; text-align: left; line-height: 1.5em;}
.prev, .next {font-size: 16px}

.m-b-20 {
    margin-bottom: 20px;
}

.photo-desc {
    opacity: 1;
    line-height: 3em;
    width: 100%;
    background-color: #717171;
    color: white;
    text-align: center;
}


/* CEP TELEFONU */

@media screen and (max-width: 730px) {
    .slideshow-container {
        width: 100%;
    }    
    .mtext {font-size: 14px; text-align: left; line-height: 1.5em;}
    .prev, .next {font-size: 14px}

    .ctext {
        font-size: 16px;
        padding: 10px;
        bottom: 40px;
    }

    .dot {
        height: 5px;
        width: 5px;
    }

    .photo-desc {
        line-height: 2.5em;
        font-size: 14px;
    }
}