.ole-control-full-screen {
    position: absolute;
    right: 50px;
    top: 2px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    pointer-events: none;
    border-radius: 2px;
    background-color: #7dcc33;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.ole-control-full-screen .ole-control-full-screen-inner {
    display: inline-block;
    font-size: 22px;
    color: #7c8196;
    width: 26px;
    height: 26px;
    pointer-events: auto;
}

.ole-control-full-screen .ole-control-full-screen-inner:hover {
    cursor: pointer;
    color: #2c9eff;
}