@media screen and (max-width: 992px) {
  .project-horizontal {
    padding-left: 320px;
  }

  .project-horizontal .content {
    left: 30px;
  }
}

@media screen and (max-width: 768px), screen and (max-width: 992px) and (max-height: 450px) and (orientation: landscape) {
  .horizontal-type2 .article-wrap .image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .horizontal-type2 .article-wrap .image a {
    padding-bottom: 80%;
    position: relative;
  }

  .horizontal-type2 .image+.article-text {
    margin: 0;
  }

  .project-horizontal .content {
    left: 15px;
    position: relative;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    padding-bottom: 30px;
  }

  .project-horizontal {
    height: auto !important;
    padding-left: 0;
    min-height: auto;
  }

  .project-horizontal-slider img {
    height: 300px !important;
    min-height: auto;
  }

  .project-horizontal-slider .cell {
    height: 300px !important;
  }

  .project-horizontal-slider .owl-nav {
    bottom: -65px;
  }

  .project-slider .item .cell {
    height: 300px;
  }

  .project-slider-carousel {
    display: none !important;
  }

  .project-slider .owl-next,
  .project-slider-carousel .owl-next {
    right: -20px;
  }

  .project-slider .owl-prev,
  .project-slider-carousel .owl-prev {
    left: -20px;
  }
}
