@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: 680px) {
    .logo-flyin.end {
        width: 500px;
        height: 379px;
        left: calc(50% - 250px);
        top: calc(50% - 190px);
    }

    .fire.end {
        width: 392px;
        height: 340px;
        left: calc(50% - 194px);
        top: calc(50% - 172px);
        opacity: 0.5;
    }

}

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

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

    .fire.end {
        width: 312px;
        height: 269px;
        left: calc(50% - 154px);
        top: calc(50% - 135px);
        opacity: 0.5;
    }

    .herotext {
        font-size: 72px;
        line-height: 50px;
    }

    .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;
    }

}

@media only screen and (max-width: 380px) {
    .logo-flyin.end {
        width: 350px;
        height: 265px;
        left: calc(50% - 175px);
        top: calc(50% - 135px);
    }

    .fire.end {
        width: 282px;
        height: 214px;
        left: calc(50% - 141px);
        top: calc(50% - 107px);
        opacity: 0.5;
    }

    .buslogo {
        position: absolute;
        bottom: calc(50% - 320px);
        left: calc(50% - 200px);
        height: 273px;
        width: 381px;
    }

    .takkar {
        position: absolute;
        bottom: 10px;
        left: calc(50% - 200px);
        width: 100%;
        height: 70px;
    }

    .arrows {
        display: none;
    }

    .arrow {
        bottom: 10px !important;
        right: 48px !important;
    }

    .arrow.right {
        right: 10px !important;
    }

    .arrow.left {
        right: 88px !important;
    }

    .arrow.up {
        bottom: 50px !important;
    }

    .contactus {
        display: none;
    }
}