/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  
	.wrapper-products-box ul.products li.product{
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px){ 
	.text-right.buy-header-button-box{
		text-align: center !important;
	}
	.logo-col{
		text-align: center;
	}
	.logo-col .logo{
		display: inline-block;
		margin: 0px auto 20px auto;
	}
	.wrapper-header{
		background: #6ad8fd;
	}
	.wrapper-banner-home{
		padding: 0px 0px 30px 0px;
	}
	#menu-main-menu{
		background: #fff;
		padding: 10px;
		margin-top: 5px;
	}
	.video-banner{
		margin: 15px 0px 20px 0px;
	}
	.story-box{
		padding: 30px 20px;
	}
	.about-box{
		width: 100%;
		transform: none;
		margin-bottom: 40px;
	}
	.copyright{
		text-align: center;
		margin-bottom: 20px;
	}
	.social-footer{
		text-align: center;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { }