﻿@charset "UTF-8";

#TriDef {
    background: url("../images/smartcam_1920.jpg") center bottom no-repeat;
    height: 946px;
}
    #TriDef .frame {
    	top: 50px;
    }


@media screen and (max-width: 1366px) {
    #TriDef {
        background: url("../images/smartcam_1366.jpg") center bottom no-repeat;
        height: 785px;
    }
        #TriDef .frame {
			top: 10px;
        }
}


@media screen and (max-width: 960px) {
    #TriDef {
        background: url("../images/smartcam_960.jpg") center bottom no-repeat;
        height: 600px;
    }
        #TriDef .frame {
			top: 20px;
        }
}


@media screen and (max-width: 640px) {
    #TriDef {
        background: url("../images/smartcam_640.jpg") center bottom no-repeat;
        height: 710px;
    }   
        #TriDef .frame {
			top: 15px;
        }
}
