/* only large screen */
@media (min-width: 1280px) {
  #home video {	
	width:100%;
  }
}

/* only small desktops */
/* tablets */
/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #home .contents h1 {
    font-size: 28px;
  }
  .item-boxes h4 {
    font-size: 18px;
  }
  #features .show-box img {
    display: none;
  }
  .pricing-table .pricing-details ul li {
    font-size: 12px;
  }
  .counters .facts-item .fact-count h4 {
    font-size: 14px;
  }
  .single-team {
    margin-bottom: 30px;
  }
  .meta-tags span {
    margin-right: 3px;
  }
  .meta-tags span i {
    margin-right: 0px;
  }
  #blog .blog-item-text h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {
	#products .section-subtitle {
	  font-size: 18px;
	}
	
	.mt-6-mobile {
		margin-top: 2.5rem;
	}
	
	.mb-6-mobile {
		margin-bottom: 2.5rem;
	}
	
	.single-team {
		margin-top: 1.5rem;
	}	
	
  .section-header .section-title {
    font-size: 20px;
  }
  #home .contents {
    padding: 100px 0 80px;
  }
  #home .contents h1 {
    font-size: 18px;
    line-height: 30px;
  }

  #home video {	
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  
  #features .show-box img {
    display: none;
  }
  #features .box-item .text h4 {
    font-size: 14px;
  }
  .controls {
    margin: 0px;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px 7px;
  }
  .video-promo .video-promo-content h2 {
    font-size: 22px;
  }
  .pricing-table {
    margin-bottom: 15px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  .single-team {
    margin-bottom: 15px;
  }
  .contact-us {
    margin-bottom: 30px;
  }
  .contact-us h3 {
    font-size: 28px;
  }
  .footer-links li a {
    margin-right: 10px;
  }
  .copyright {
    margin-top: 10px;
  }
 .full-width-mobile {
    width:100%;
    height:auto;
  } 
  .single-team .team-text {
	padding: 15px;
  } 


	#services .box-item .icon, #features .box-item .icon {
		display: none;
	}

	#services .box-item .text, #features .box-item .text {
	  padding-left: 0px;
	}
	
.logo-large {
	width:200px;
}	
	  
}
