/* ---------------------------

ABOUT THE WEBSITE

--------------------------- */

div.gilded-frame-container {
    background-image: url("/images/nebula.png");
}

@media all and (min-width: 800px) {
    div.gilded-frame-container {
        width: 30%;
    }
}

div.gilded-frame {
    background-image: url("/images/gilded-frame.png");
    background-size: 100%;
    padding-top: 126%;
    position: relative;
    width: 100%;
}

div.gilded-frame-contents-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

div.gilded-frame-contents {
    max-width: 70%;
}
