/* Small devices (landscape phones, 576px up to 767px) */
@media only screen and (min-width: 576px) {

    #beacon {
        display: block;
        background-color: green;
    }

    .fixed-home-bg {
        display: none;
    }

    .logo {
        width: 80px;
    }

    .header-links img {
        height: 50px;
    }

}