﻿.fotorama {
    margin-top: 10px;
}

.fotorama__caption__wrap {
    background-color: rgba(100, 100, 100, 0.75) !important;
    color: #FF9A00 !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

@media (max-width: 500px) {
    .fotorama__caption__wrap {
        padding: 10px !important;
        font-size: 15px !important;
        font-weight: bold;
    }
}

@media (min-width: 501px) {
    .fotorama__caption__wrap {
        padding: 20px !important;
        font-size: 20px !important;
    }
}
