@media only screen and (max-width: 1480px) {

}
@media only screen and (max-width: 1080px) {

}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 580px) {

    .logo-flyin.end {
        width: 400px;
        height: 303px;
        left: calc(50% - 200px);
        top: calc(50% - 200px);
    }
}

@media only screen and (max-width: 480px) {

    .herotext {
        bottom: 110px;
    }

    .logo-flyin.end {
        width: 330px;
        height: 250px;
        left: calc(50% - 150px);
        top: calc(50% - 200px);
    }

    .contactus {
        right: auto;
        top: 65px;
        left: 10px;
    }

    .map {
        width: 80vw;
        height: 80vh;
        left: calc(50% - 40vw);
        top: calc(50% - 40vh);
    }

    .maurices_valises_book-wrapper {
        width: calc(100% / 2);
        display: inline-block;
        margin-bottom: 10px;
    }

    .backtolab {
        right:11px;
        top:65px;
    }

    header .menuname {
        width: 100%;
    }

    #hamborgari {
        float: right;
    }

    .information {
        display: inline-block;
        background-color: #000;
        width: 100%;
        height: 50%;
        top: 0;
        position: absolute;
        left: 0;
        color: #fff;
        padding: 30px 10px 30px 10px;
        text-align: left;
        z-index: 20;
        overflow: hidden;
    }

    .content {
        display: inline-block;
        background-color: #fff;
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%;
    }

    #fbclosebook {
        top:70px;
    }

    .iceland {
        bottom: 250px;
        left: 30px;
    }

    .closebook {
        top: 120px;
        right: 11px;
    }

}
