﻿@charset "UTF-8";
#battery {
    background: url("../images/battery_1920.jpg") center center no-repeat;
    height: 776px;
}

#battery .frame {
    position: absolute;
    left: 154px;
    top: 134px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #battery {
        background: url("../images/battery_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #battery .frame {
        left: 74px;
        top: 74px;
        width: 818px;
        height: 176px;
    }
}

@media screen and (max-width: 960px) {
    #battery {
        background: url("../images/battery_960.jpg") center bottom no-repeat;
        height: 660px;
    }
    #battery .frame {
        left: 20px;
        top: 96px;
        width: 581px;
        height: 246px;
    }
}

@media screen and (max-width: 640px) {
    #battery {
        background: url(../images/battery_640.jpg) center 100px no-repeat;
        height: 640px;
    }
    #battery .frame {
        top: 50px !important;
    }
}
