.content {
    line-height: 0;
    font-size: 0;
    position: relative;
}
.content img {
    display: block;
    width: 100%;
}
.content-text {
    position: absolute;
    left: 30px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 1;
    width: 170px;
}
.content-text a {
    display: block;
    /* background-color: rgba(0, 145, 219, 0.5); */
    background-color: #00a0e999;
    color: white;
    padding: 8px 4px;
    margin: 2px 0;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 1px;
    text-decoration: none;
    text-align: center;
    /* letter-spacing: 3px; */
    word-break: break-all;
    font-weight: bold;
}
.content-text a:hover {
    background-color: rgba(24, 144, 255, 0.9);
}
#aboutSmg1 {
    z-index: 9999 !important;
    position: absolute;
}