﻿#triple {
    background: url("../images/triple_1920.jpg") center 0 no-repeat ;
    height: 607px;
}

#triple .frame {      
    position: absolute;
    left: 72px;
    top: 146px;
    width: 610px;
}

#triple h2 {}

@media screen and (max-width: 1366px) {
    #triple {
        background-image: url("../images/triple_1366.jpg") ;
        height: 617px;
    }
    #triple .frame {      
        left: 20px;
        top: 182px;
        width: 424px;
    }
}

@media screen and (max-width: 960px) {
    #triple {
        background-image: url(../images/triple_960.jpg) ;
        height: 723px;
    }
    #triple .frame {        
        position: static;
        text-align: center;
        margin: 0 40px;
        padding-top: 60px;
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    #triple {
        background-image: url(../images/triple_640.jpg);
        height: 585px;
    }    
    #triple .frame {       
        margin: 0 30px;
    }
}
