#tmcz-info {
    text-align: center;
    max-width: 732px;
    max-height: 96px;
    border-style: solid;
    border-width: 2px;
    margin: auto;
    position: relative;
}

#tmcz-info a {
    text-decoration: none;
    text-align: center;
}

#tmcz-info-image {
    width: 100%;
    display: block;
}

/**
Close Button
 */

#tmcz-info-close-div {
    background: white;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;

    width: 15px;
    height: 15px;
}

#tmcz-info-close-div::after {
    color: black;
    content: "╳";
}

#tmcz-info-close-div:hover {
    opacity: 0.8;
}

/**
Report Button
 */

#tmcz-info-report-div {
    background: white;
    position: absolute;
    top: 0px;
    right: 16px;
    z-index: 99;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;

    width: 15px;
    height: 15px;
}

#tmcz-info-report-div::after {
    color: black;
    content: "i";
}

#tmcz-info-report-div:hover {
    opacity: 0.8;
}

@media only screen and (max-device-width: 720px) {
    #tmcz-info-image {
        width: 100%;
    }
}