/* Rotterdam - Agri & Farming HTML Template */

@media only screen and (max-width: 1340px){
	
	.page-wrapper{
		overflow:hidden;	
	}
}



@media only screen and (max-width: 1023px){
	
	.about-section .prod-tabs .inner-box{
		padding-left:0px;
	}
	
	.about-section .prod-tabs .tab-btns{
		position:relative;
		left:0px;
		text-align:center;
	}
	
	.about-section .prod-tabs .tab-btns .tab-btn{
		display:inline-block;
	}
	
	.about-section .prod-tabs .tab-btns .tab-btn.active-btn{
		margin-left:0px;
		margin-top:-30px;
	}
	
	.about-section .prod-tabs .inner-box:before{
		left:0px;
		right:0px;
	}
	
	.video-box{
		margin:0px 15px;
	}
	
}


@media only screen and (max-width: 599px){
	
	.about-section .right-top-image,
	.about-section .left-middle-image{
		display:none;
	}
	
	.about-section-two .inner-content{
		padding:70px 30px 50px;
	}
	
}

@media only screen and (max-width: 480px){
	.video-box .overlay-box span{
		top:44%;
	}
	

	
	.about-section .prod-tabs .tab-btns .tab-btn{
		width:82px;
	}
	
}