﻿#RAM {
    background: url("../images/RAM_1920.jpg") center bottom no-repeat;
    height: 796px;
}

#RAM .frame {
    position: absolute;
    left: 772px;
    top: 96px;
    width: 580px;
}

@media screen and (max-width: 1366px) {
    #RAM {
        background-image: url("../images/RAM_1366.jpg");
        height: 575px;
    }
    #RAM .frame {           
        left: 374px;
        top: 82px;
        width: 554px;
    }
    #RAM h3{                 
        line-height: 1.2;
    }
}

@media screen and (max-width: 960px) {
    #RAM {
        background-image: url(../images/RAM_960.jpg);
        height: 538px;
    }
    #RAM .frame {        
        position: static;
        text-align: center;
        margin: 0 30px;
        padding-top: 60px;
        width: auto;
    }   
    #RAM h4 {        
        margin:0 35px;
    }
}

@media screen and (max-width: 640px) {
    #RAM {
        background-image: url(../images/RAM_640.jpg);
        height: 455px;
    }    
    #RAM .frame {         
        margin: 0 25px;
        padding-top:20px;
    } 
    #RAM h4 {
        margin: 0;
    }
}
