#content-wrap {
    margin: 0 auto;
    max-width: 80em;
    font-family: "Helvetica", "Arial", sans-serif;
    line-height: 1.5;
    padding: 4em 1em;
    color: #555;
}

.merge {
    margin-top: -100px;
}

.content {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
    margin-bottom: 10ex;
    padding: 0;
    margin: 4em 1em;
}

.heading * {
    margin: 0;
    padding: 0;
}

#left {
    grid-column: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.image {
    top: 50%;
    max-width: 100%;
}

.artist h1 {
    color: #696969;
    font-size: 2vw;
    margin-block-end: 0;
}

.merge a {
    color: #a7a7a7;
    float: right;
    padding: 2px 5px 2px 5px;
    border-style: solid;
}

#right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 4vw;
    padding-left: 4vw;
}

#left {
    text-align: justify;
}

.image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1325px) {
    #content-wrap {
        max-width: 100%;
        padding: 0;
        padding-bottom: 5em;
        padding-top: 1em;
    }
    #right {
        padding: 0;
    }
    #left {
        padding: 3% 5%;
    }
    .content {
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-bottom: 10px;
        margin: 0;
    }
    .image {
        width: 100%;
    }
    .merge {
        padding: 1em 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .merge a {
        max-width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 0.8em;
    }
}