@media (min-width: 768px) and (max-width: 1024px) {
  /*.section-header .section-title {
    font-size: 22px; 
  } */
  #video-area .contents h1 {
    font-size: 100px;
    line-height: 85px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 8px 0px;
    font-size: 13px;
  }
  .item-boxes h4 {
    font-size: 16px;
  }
  #features .box-item .text h4 {
    font-size: 12px;
  }
  #features .content-left .text {
    margin-right: 85px;
  }
  #features .content-right .text {
    margin-left: 85px;
  }
  .subscribe-box input[type="text"] {
    padding: 6px 10px;
  }

}
@media (max-width: 640px) {
  /*.section-header .section-title {
    font-size: 30px;
  } */
  .menu-wrap {
    padding: 10px;
  }
  .icon-list a {
    padding: 5px 0;
  }
  .icon-list a::before {
    top: 5px;
  }
  .bg-faded {
    background: #333333!important;
  }
  #video-area .contents h1 {
    font-size: 120px;
    line-height: 100px;
  }
  #features .content-right span {
    float: none;
  }
  #features .content-left span {
    float: none;
  }
  #features .box-item .text h4 {
    font-size: 14px;
  }
  .table-left {
    margin: 0px 0px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
 #videos {
	 margin: 0 auto;
	 text-align: center;
	 width: 350px;
 }
 #video-area .contents p {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 5px;
  margin-top: -5px;
}
.socialicons img {
width: 12%;
padding-right: 5px;
padding-left: 5px;
padding-top: 10px;
}
}
@media (min-width: 320px) and (max-width: 480px) {
 .socialicons img {
width: 12%;
padding-right: 5px;
padding-left: 5px;
padding-top: 0px;
}
 
  .videotitle {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 2px;
  
}
  
  #video-area {
  height: 600px;
background-image: url(../img/mobile-bg.gif);
    background-position: center top;
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	margin-top: -30px;
	min-height: 100%;
}
#video-area .contents {
  padding: 200px 0 0px;
}
  .bg-faded {
    background: #333333!important;
  }
  /* .section-header .section-title {
    font-size: 20px;
    line-height: 30px;
  }
 #video-area .contents {
    padding: 80px 0 60px;
  }  */
  #video-area .contents h1 {
    font-size: 80px;
    line-height: 65px;
  }
  .video-promo .video-promo-content h2 {
    font-size: 18px;
  }
  .pricing-tables .pricing-table {
    margin-bottom: 30px;
  }
  #blog .blog-item-text h3 {
    font-size: 18px;
  }
  #blog .blog-item-text .meta-tags span {
    margin-right: 5px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  #subscribe .sub_btn {
    min-width: 120px;
  }
  .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
 /*   #youtube {
	width: 100%;
	height: auto; 
} */
#youtube {
	width: 400px;
	height: 225px;
}
.section-header .section-title {
  font-size: 40px;
  line-height: 35px;
}

.section-title-dark {
  font-size: 40px;
  line-height: 35px;
}
}
