#slider-plats {
    max-width: 60%;
}

#slider-carta {
    max-width: 92%;
}

.slider {
    text-align: center;
    border-radius: .2em;
    border: .2em solid rgb(255, 255, 255);
    display: inline-block;
    background-color: rgb(255, 255, 255);
}

.slide {
    border-radius: .2em;
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.slider-control-panel img {
    margin: 1% 0 1% 0;
    border: .1em solid rgb(255, 255, 255);
    max-width: 10%;
}

@media only screen and (max-width: 767px) {
    /*portrait phones */
    .section-header {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /*portrait phones */
    .section-header {
        font-size: 2em;
    }
}

@media only screen and (min-width: 768px) {
    /*Desktops*/
    .section-header {
        font-size: 3em;
    }
}
