﻿@charset "UTF-8";

#VGA {
    background: url("../images/gaming_1920.jpg") center center no-repeat;
    height: 876px;
}
    #VGA .frame {
    	top: 120px;
    }


@media screen and (max-width: 1366px) {
    #VGA {
        background: url("../images/gaming_1366.jpg") center 0 no-repeat;
        height: 700px;
    }
        #VGA .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #VGA {
        background: url("../images/gaming_960.jpg") center bottom no-repeat;
        height: 640px;
    }
        #VGA .frame {
			top: 70px;
        }
}


@media screen and (max-width: 640px) {
    #VGA {
        background-image: url("../images/gaming_640.jpg");
        height: 780px;
    }   
        #VGA .frame {
			top: 35px;
        }
}
