.caption {
    margin-top: 2px;
    margin-bottom: 3px;
    /*font-size: 16px;*/
    color: #333;
    text-align: center;
    font-size: 0.7125em;
    color: #989898;
    font-family: verdana, arial, helvetica, helve, sans-serif;
}
.rolo {
    margin-top: 10px;    
    text-align: center;
    font: bold 12px/30px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.owl-nav button {
    background: none;
    border: none;
    font-size: 2em;
    color: yellow;
    cursor: pointer;
    outline: none;
}
.owl-nav button:hover {
    color: #ff0;
}
.image-slider .item img {
    display: block;
    height: 200px; /* Set the desired height */
    width: auto;
    margin: 0 auto;
}
.image-slider .item {
    text-align: center;
}

