﻿@charset "UTF-8";
#cable {
    background: url("../images/cable_1920.jpg") center 0 no-repeat;
    /*background-color: #0a0a0a;*/
    height: 617px;
    padding-top: 120px;
}

#cable .frame {
    width: 790px;
    position: absolute;
    left: 550px;
    top: 240px;
    text-align: center;
}




@media screen and (max-width: 1366px) {
    #cable {
        background-image: url("../images/cable_1366.jpg");
        height: 615px;
        padding-top: 20px;
    }
    #cable .frame {
        width: 770px;
        left: 290px;
        top: 300px;
    }
}

@media screen and (max-width: 960px) {
    #cable {
        background-image: url("../images/cable_960.jpg");
        height: 765px;
        padding-top: 90px;
    }
    #cable .frame {
        width: 518px;
        margin: 0 auto;
        left: auto;
        top: auto;
        position: relative;
    }
    /*#cable h2,
#cable h3,
#cable h4 {
    text-align: left;
}*/
}

@media screen and (max-width: 640px) {
    #cable {
        background-image: url(../images/cable_640.jpg);
        padding-top: 140px;
        height: 660px;
    }
    #cable .frame,
    {}
}