/* Larger than tablet */
@media (min-width: 1025px) {
  #credibility .logo {
  	width: 250px;
  }
  #credibility .banner-img {
    max-width: 180px;
    max-height: 70px;
  }
} 
 
@media (max-width: 826px) {
  #wats-in-box {
    -webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
  }
}

/* Tablet */
@media (max-width: 767px){
  #cmp_e836d713-bc31-407d-b7f3-4aa5be3cf1e5 {
    background-position: top !important;
    min-height: calc(70vh - 100px);
  }
  #cmp_4f8a6414-94b7-4d79-856e-4c5afcc9344f .navbar-nav .dropdown-menu.boxes-dropdown {
    background-color: #565656;
  }
  #cmp_4f8a6414-94b7-4d79-856e-4c5afcc9344f .navbar-nav .boxes-dropdown li a.nav-link {
    color: white;
  }
  
  #cmp_4f8a6414-94b7-4d79-856e-4c5afcc9344f .navbar-brand {
    padding: 5px 0;
  }
  
  #credibility h2 {
    margin-bottom: 10px;
  }
  #credibility .logo-flex {
    flex-flow: row wrap;
  } 
  
  #product h1 {
	font-size: 28px;
  	margin-top: 30px;
    margin-bottom: 30px;
  }
  #product h2 {
	font-size: 28px;
  	margin-top: 30px;
    margin-bottom: 30px;
  }
  #product .product {
    padding: 30px 0;
  }
  #product #prev-arrow {
    position: absolute;
    left: -8px;
    top: 110px;
  }
  #product #next-arrow {
    position: absolute;
    right: -8px;
    top: 110px;
  }
}