.zoom-indicator {
    display: none;
    width: 50%;
    text-align: center;
    background-color: #fff;
    padding: 15px 30px;
    opacity: .85;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    border-radius: 5px;
    line-height: inherit;
    color: #000;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out;
}