/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

    #beacon {
        display: block;
        background-color: black;
    }

    .inner-content-right {
        width: 65%;
    }
}