﻿@charset "UTF-8";

#Panel {
    background: url("../images/display_1920.jpg") center center no-repeat;
    height: 650px;
}
    #Panel .frame {
		left: 641px;
    	top: 230px;
    	width: 600px;
    }


@media screen and (max-width: 1366px) {
    #Panel {
        background: url("../images/display_1366.jpg") center center no-repeat;
        height: 570px;
    }
        #Panel .frame {
        	left: 431px;
			top: 190px;
			width: 460px;
        }
}


@media screen and (max-width: 960px) {
    #Panel {
        background: url("../images/display_960.jpg") center bottom no-repeat;
        height: 660px;
    }
        #Panel .frame {
			top: 40px;
			width: 580px; 
			left: 30px;
        }
}


@media screen and (max-width: 640px) {
    #Panel {
        background-image: url("../images/display_640.jpg");
        height: 600px;
    }   
        #Panel .frame {
			top: 20px;
			width: 300px; 
			left: 10px;
        }
}
