.enlarge-block {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.enlarge-content {
    margin: 0 auto;
    display: block;
    height: 90%;
}

.close-enlarge {
    position: absolute;
    top: 50px;
    right: 55px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}