/* #Tablet (landscape)
================================================== */
/* Portrait tablet to landscape and desktop */

@media (min-width: 980px) and (max-width: 1199px) {


body {
    overflow-x: hidden;
}
.contentWidth{width:970px;}
.wrap-projs-img {
    height: 152px;}
.wrap-test-img.main{height:95px;}
.wrap-test-img {height:107px;}

.nav-wrap ul li a{
  font-size: 14px;
  }
}
