﻿@charset "UTF-8";
#battery {
    background: url("../images/battery_1920.jpg") center center no-repeat;
    height: 776px;
}

#battery .frame {
    position: absolute;
    left: 154px;
    top: 76px;
    width: 1100px;
}

@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;
    }
}

@media screen and (max-width: 960px) {
    #battery {
        background: url("../images/battery_960.jpg") center bottom no-repeat;
        height: 600px;
    }
    #battery .frame {
        left: 40px;
        top: 40px;
        width: 520px;
    }
}

@media screen and (max-width: 640px) {
    #battery {
        background: url("../images/battery_640.jpg") center 83px no-repeat;
        height: 611px;
    }
}
