#monster-expedition
{
    background-image: url('/images/monster-expedition/background.png');
    background-position: center;
    background-size: cover;
    padding: 5rem 0;
}

#monster-expedition-logo
{
    background-image: url('/images/monster-expedition/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 58.64583%;
    margin: 0 auto;
    max-width: 80%;
}

#monster-expedition .button
{
    background-color: #fffbe4;
    border: 2px solid #feba28;
    color: #0b8671;
    line-height: 37px;
}

#monster-expedition .button:hover
{
    border-color: #0b8671 !important;
}
