﻿@charset "UTF-8";
#flexikey {
    background: url(../images/flexikey_1920.jpg) center no-repeat;
    height: 1001px;
}

#flexikey .flexi {
    position: absolute;
    left: 694px;
    top: 140px;
    width: 560px;
}

#flexikey .kb {
    position: absolute;
    left: 694px;
    top: 700px;
    width: 560px;
}

@media screen and (max-width: 1366px) {
    #flexikey {
        background: url(../images/flexikey_1366.jpg) center no-repeat;
        height: 950px;
    }
    #flexikey .flexi {
        left: 460px;
        top: 140px;
        width: 500px;
    }

    #flexikey .kb {
        left: 460px;
        top: 660px;
        width: 500px;
    }
}

@media screen and (max-width: 960px) {
    #flexikey {
        background: url(../images/flexikey_960.jpg) center no-repeat;
        height: 951px;
    }
    #flexikey .flexi {
        left: 150px;
        top: 140px;
        width: 450px;
    }

    #flexikey .kb {
        left: 150px;
        top: 680px;
        width: 450px;
    }
}

@media screen and (max-width: 640px) {
    #flexikey {
        background: url(../images/flexikey_640.jpg) center no-repeat;
        height: 948px;
        padding-top: 120px;
    }
    #flexikey .flexi,
    #flexikey .kb {
        left: auto;
        position: relative;
        top: auto;
        width: auto;
    }
    #flexikey .flexi {
        margin-bottom: 220px;
    }
}