@media screen and (min-width: 768px) {
    .nav-utility {
        height: 38px !important;
        line-height: 35px !important;
    }
}

@media screen and (min-width: 601px) {
  .moreheight .image-slider .slides li  {
    height: 400px;
  } 
}

@media screen and (min-width: 901px) {
  .moreheight .image-slider .slides li  {
    height: 600px;
  } 
}

@media screen and (min-width: 1401px) {
  .moreheight .image-slider .slides li  {
    height: 660px;
  } 
}

@media screen and (min-width: 1901px) {
  .moreheight .image-slider .slides li  {
    height: 720px;
  } 
}

.firstrow.moreheight .wpb_text_column.wpb_content_element {
  margin-bottom: 15px;
}