.content {
    line-height: 0;
    font-size: 0;
    position: relative;
}
.content img {
    display: block;
    width: 100%;
}
.content-text {
    position: absolute;
    left: 30px;
    top: 39%;
    transform: translateY(-50%);
    z-index: 1;
}
.content-text a {
    display: block;
    background-color: rgba(0, 145, 219, 0.7);
    color: white;
    padding: 4px 24px;
    margin: 0.8px 0;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 1px;
    text-decoration: none;
    width: 2.3em;
    text-align: center;
    letter-spacing: 2.3px;
}
.content-text a:hover {
    background-color: rgba(24, 144, 255, 0.9);
}
#aboutSmg1 {
    z-index: 9999 !important;
    position: absolute;
}