@charset "UTF-8";
#flexikey {
    background: url("../images/flexikey_1920.jpg") center 150px no-repeat;
    height: 836px;
}

#flexikey div {
    position: absolute;
    left: 154px;
    top: 108px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #flexikey {
        background: url("../images/flexikey_1366.jpg") center 167px no-repeat;
        height: 700px;
    }
    #flexikey div {
        left: 144px;
        top: 91px;
        width: 706px;
        height: 187px;
    }
}

@media screen and (max-width: 960px) {
    #flexikey {
        background: url("../images/flexikey_960.jpg") center 114px no-repeat;
        height: 642px;
    }
    #flexikey div {
        left: 44px;
        top: 76px;
        width: 572px;
        height: 224px;
    }
    #flexikey h3 {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    #flexikey {
        background-image: url("../images/flexikey_640.jpg");
        height: 496px;
        background-position: center 289px;
    }
}
