.banner {
    max-width:1140px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.company-title {
    position:absolute;
    bottom:20px;
    left:0px;
    color: #fff;
    font-size:200%;
    font-weight:lighter;
}

.bulb {
    position:absolute;
    right:0;
    bottom:20px;
}

.footer-language, .footer-sociallinks {
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .company-title {
        display:none;
    }

    .bulb {
        right:50%;
        margin-right:-125px;
        bottom:10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}
