@charset "UTF-8";

.title_image {
    background-image: url("../img/pyxis/Pyxis.jpeg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: 50em;
    max-height: 60vw;
}
