﻿@charset "UTF-8";

#Flexkey {
    background: url("../images/flexikey_1920.jpg") center bottom no-repeat;
    height: 800px;
}
    #Flexkey .frame {
    	top: 50px;
    }


@media screen and (max-width: 1366px) {
    #Flexkey {
        background: url("../images/flexikey_1366.jpg") center bottom no-repeat;
        height: 645px;
    }
        #Flexkey .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #Flexkey {
        background: url("../images/flexikey_960.jpg") center bottom no-repeat;
        height: 540px;
    }
        #Flexkey .frame {
			top: 40px;
        }
}


@media screen and (max-width: 640px) {
    #Flexkey {
        background: url("../images/flexikey_640.jpg") center bottom no-repeat;
        height: 390px;
    }   
        #Flexkey .frame {
			top: 15px;
        }
}
