.carousel-caption {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding-top: 0 !important;
    font-weight: 800;
    background-color: rgba(0, 0, 0, 0.623);
}
.carousel-indicators {
    bottom: 0 !important;
}
.mapok {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 20px auto;
    animation: reveal 1s ease-in;
    box-shadow: 5px -5px 5px yellow;
}
@media (max-width: 768px) {
    .mapok {
        width: 90%;
        margin: auto;
    }
    .carousel-caption > h3 {
        display: none;
    }

    .carousel-caption > p > span {
        display: none;
    }

    .carousel-caption > p {
        font-size: 12px;
    }
    
}
@media (min-width: 769px) {
    .mapok {
        width: 750px;
    }
}