section.rock_nav {
    width: 100%;
}

div.big_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 60em;
    max-height: 40.5em;
    margin: 0 auto;
}

section.rock_nav a.button {
    position: relative;
    overflow: hidden;
    width: 30em;
    height: 40.5em;
    transition: transform 0.3s ease;
}

a.first {
    box-shadow: -4px 4px 8px #384544;
}

a.second {
    box-shadow: 4px 4px 8px #384544;
}

section.rock_nav a.button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

section.rock_nav a.button:hover {
    transform: scale(1.05);
    z-index: 1;
}

section.rock_nav h2.h2_link {
    position: absolute;
    bottom: 2em;
    right: 60%;
    background-color: #384544;
    transform: translateY(50%);
    color: #f2f1f1;
    padding: 0.3125em 0.6125em;
    margin: 0;
    font-size: 1em;
    border-radius: 4px;
    cursor: pointer;
}

section.rock_nav h2.viewmore {
    position: absolute;
    bottom: 2.2em;
    left: 70%;
    background-color: #384544;
    transform: translateY(50%);
    color: #f2f1f1;
    padding: 0.3125em 0.6125em;
    margin: 0;
    font-size: 1em;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: underline;
}

@media (min-width: 2199.98px) {
    div.big_container {
        max-width: 80em;
        max-height: 54em;
    }

    section.rock_nav a.button {
        width: 40em;
        height: 54em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1.2em;
        font-size: 3.2em;
    }

    section.rock_nav h2.viewmore {
        bottom: 1.4em;
        font-size: 2em;
        left: 60%;
    }
}

@media (max-width: 2199.98px) {
    div.big_container {
        max-width: 80em;
        max-height: 54em;
    }

    section.rock_nav a.button {
        width: 40em;
        height: 54em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 3.2em;
    }

    section.rock_nav h2.viewmore {
        bottom: 1.4em;
        font-size: 2em;
        left: 60%;
    }
}

@media (max-width: 1999.98px) {
    div.big_container {
        max-width: 72.73em;
        max-height: 49.1em;
    }

    section.rock_nav a.button {
        width: 36.365em;
        height: 49.1em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 3em;
        right: 60%;
    }

    section.rock_nav h2.viewmore {
        bottom: 1.2em;
        font-size: 1.75em;
        left: 60%;
    }
}

@media (max-width: 1799.98px) {
    div.big_container {
        max-width: 65.57em;
        max-height: 44.26em;
    }

    section.rock_nav a.button {
        width: 32.785em;
        height: 44.26em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 2.5em;
        right: 60%;
    }

    section.rock_nav h2.viewmore {
        bottom: 1.2em;
        font-size: 1.75em;
        left: 60%;
    }

}

@media (max-width: 1599.98px) {
    div.big_container {
        max-width: 58.18em;
        max-height: 39.27em;
    }

    section.rock_nav a.button {
        width: 29.09em;
        height: 39.27em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 2em;
        right: 65%;
    }

    section.rock_nav h2.viewmore {
        bottom: 1.2em;
        font-size: 1.3em;
        left: 60%;
    }
}

@media (max-width: 1399.98px) {
    div.big_container {
        max-width: 50.95em;
        max-height: 34.39em;
    }

    section.rock_nav a.button {
        width: 25.475em;
        height: 34.39em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 1.75em;
    }
}

@media (max-width: 900.98px) {
    div.big_container {
        max-width: 46.32em;
        max-height: 31.26em;
    }

    section.rock_nav a.button {
        width: 23.16em;
        height: 31.26em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 1.5em;
        right: 68%;
    }

    section.rock_nav h2.viewmore {
        bottom: 1.2em;
        font-size: 1em;
        left: 65%;
    }
}

@media (max-width: 767.98px) {
    div.big_container {
        max-width: 39.48em;
        max-height: 26.645em;
    }

    section.rock_nav a.button {
        width: 19.74em;
        height: 26.645em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 1.3em;
    }
}

@media (max-width: 635.98px) {
    div.big_container {
        max-width: 20em;
        max-height: 13.495em;
    }

    section.rock_nav a.button {
        width: 10em;
        height: 13.495em;
    }

    section.rock_nav h2.h2_link {
        bottom: 1em;
        font-size: 0.7em;
        right: 65%;
    }

    section.rock_nav h2.viewmore {
        bottom: 1.2em;
        font-size: 0.5em;
        left: 60%;
    }
}