.img-container {
    margin-top: 15px;
}


.img-container .img-desc {
    display: none;
    max-width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    font-size: 1em;
    background-color: rgba(249, 167, 0, 0.8);
    color: #2e2e2e;
    width: calc(100% - 30px);
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
}
