@media screen and (max-width: 767px) {
  html, body, .background {
    height: 100%;
  }
  header {
    margin: 70px 0 20px;
  }
.home .bit::before {
	color: #7E8083 !important;
	font-weight: 100;
	}
  .desktopMenu {
    display: none;
  }
  .home .mobileMenu {
    display: block;
  }
  .background {
    overflow: hidden;
    background-image: url('https://intensofy.com/schmidt/wp-content/uploads/2022/02/home.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .background img {
    display: none;
  }
  .row {
      margin: 0;
  }

.logoDesk {display: none;}
.logoMob {display: block;}

  .home header {
    margin-top: 10px;
  }
  .mobileMenu nav ul li {
      list-style: none;
      display: block;
  }
  .mobileMenu nav ul li a {
      font-size: 48px;
      font-weight: 100;
      color: #7e8083;
  }
	li.bit a, .bit::before{
		font-size: 28px !important;
		font-weight: 100;
		color: #7E8083;
	}
  .mobileMenu nav {
      margin: 0;
      padding-top: 55px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgb(255 255 255 / 85%);
  }
  .home .mobileMenu nav {
      margin: 0;
      padding-top: 70px;
      position: fixed !important;
      top: 0 !important;
      left: 0;
      right: 0 !important;
      bottom: 0;
      background: rgb(255 255 255 / 70%);
  }
  .deskNav {
    display: none;
  }
  .closer {
     display: block;
    z-index: 9;
}
.saMenu nav ul {
    display: grid;
    padding-left: 20px;
}
div#mineLinks, .icon.d {
    display: none;
}
.icon.m, .mobileMenu {display: block;}

.deskCl {display: none;}
.mobCl {display: block;}

.projects .row {
     padding: 0;
}

.saTitle h2 {
  font-weight: 300;
}

.prodInfo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    height: 100%;
}

.proImg {

  position: unset;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
  margin: auto;
}

img.mobCl {
    margin-top: 10px;
    padding-right: 10px;
}

.aPage {
  margin-right: 0;
}

  /* About Page */

  .aboutDisplay .row, .saAboutDesp {
    background: none !important;
    height: auto;
  }
  .saAboutDesp {
    padding: 0;
  }
  .saAboutDesp p {
    /*padding: 0 20px;*/
  }
  .aboutImage {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    height: auto;
  }
  .container {
    max-width: 100%;
  }
  .saTitle {
    padding-left: 0px;
  }

  .oHead .icon {
    right: 20px;
    top: 20px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span { width: 31px;}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {width: 31px; height: 23px;filter: drop-shadow(1px 1px 0 #ffffff);}

  button.owl-next, button.owl-prev {
  top: 25%;
}

.newsDet {
    /*margin-top: 2vw;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}


  /* News A */

  .aNewsImg, .proImg {order: 1; -webkit-order: 1; padding: 0;}
  .aNewsDesp, .proDesp {order: 2; -webkit-order: 2; padding: 0;}
  .aPaginate {order: 3; -webkit-order: 3; display: block;}

  /* News B */
  .bNewsAwardsD {display: none;}
  .bNewsImg {order: 1; -webkit-order: 1; padding: 0;}
  .bNewsDesp {order: 2; -webkit-order: 2; padding: 0;}
  .bNewsAwardsM {display: block; order: 3; -webkit-order: 3; padding: 0;}


}

@media screen and (max-width: 991px) {
  .newsNames {height: 75px;}
}
