﻿@charset "UTF-8";

#Mic {
    background: url("../images/arraymicro_1920.jpg") center bottom no-repeat;
    height: 860px;
}
    #Mic .frame {
    	top: 50px;
    }


@media screen and (max-width: 1366px) {
    #Mic {
        background: url("../images/arraymicro_1366.jpg") center bottom no-repeat;
        height: 705px;
    }
        #Mic .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #Mic {
        background: url("../images/arraymicro_960.jpg") center bottom no-repeat;
        height: 580px;
    }
        #Mic .frame {
			top: 40px;
        }
}


@media screen and (max-width: 640px) {
    #Mic {
        background: url("../images/arraymicro_640.jpg") center bottom no-repeat;
        height: 460px;
    }   
        #Mic .frame {
			top: 15px;
        }
}
