.marquee_title {
    color: #c1c1c1;
    font-size: 0.7em;
    position: relative;
    top: -1.495em;
    text-shadow: 1px 1px 2px #000000;
    background: linear-gradient(1deg, rgba(36, 36, 36, 0.85) 0%, rgb(57, 57, 57) 56%);
    border-top: 5px outset rgba(0, 0, 0, 0.14);
    border-bottom: 2px groove rgba(66, 66, 66, 0.58);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    font-family: 'Antic', sans-serif;
}

.gif_img_marquee {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}