﻿@charset "UTF-8";
#keyboard {
    background: url("../images/keyboard_1920.jpg") center center no-repeat;
    height: 776px;
}

#keyboard div {
    position: absolute;
    left: 144px;
    top: 176px;
    width: 920px;
    height: 157px;
}

.filter {
    transition: all ease-out 300ms;
}

.filter:hover {
    -webkit-filter: brightness(1.2) contrast(1.2);
}

@media screen and (max-width: 1366px) {
    #keyboard {
        background: url("../images/keyboard_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #keyboard div {
        left: 105px;
        top: 109px;
        width: 726px;
        height: 117px;
    }
}

@media screen and (max-width: 960px) {
    #keyboard {
        background: url("../images/keyboard_960.jpg") center bottom no-repeat;
        height: 500px;
    }
    #keyboard div {
        left: 51px;
        top: 53px;
        width: 535px;
        height: 118px;
    }
}

@media screen and (max-width: 640px) {
    #keyboard {
        background: url("../images/keyboard_640.jpg") center bottom no-repeat;
        height: 350px;
    }
}
