﻿
.textSlides {
    color: #f2f2f2;
    font-size: 30px;
    padding: 8px 12px;
    position: absolute;
    bottom: 80px;
    border-radius: 25px;
    text-align: center;
    right: 35%;
    left: 35%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%)
}
@media (max-width: 500px) {
    .textSlides {
        color: #f2f2f2;
        font-size: 20px;
        padding: 8px 12px;
        position: inherit;
        bottom: 33px;
        border-radius: 25px;
        text-align: center;
        right: 35%;
        left: 35%;
        background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%)
    }
}
