﻿@charset "UTF-8";

#battery {
    background: url("../images/battery_1920.jpg") center center no-repeat;
    height: 776px;
}

    #battery div {
        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 div {
            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: 600px;
    }

        #battery div {
            left: 20px;
            top: 96px;
            width: 581px;
            height: 246px;
        }
}


@media screen and (max-width: 640px) {

    #battery {
        background: url("../images/battery_640.jpg") center bottom no-repeat;
        height: 420px;
    }
}
