
/*LOAD STYLES OF MEDIUM SCREEN SIZE*/

@import url("x-small.css") only screen and (max-width: 500px) and (min-width: 320px) ;
@import url("small.css") only screen and (max-width: 750px) and (min-width: 501px);
@import url("medium.css") only screen and (max-width: 970px) and (min-width: 751px);
@import url("large.css") only screen and (max-width: 1190px) and (min-width: 971px);
