 .fullwidthbanner-container{
	
width:100% !important;		
	
position:relative;
	
padding:0;		
	
max-height:400px !important;
	
overflow:hidden;

} 



.fullwidthbanner-container .fullwidthabnner	{
	
width:100% !important;
	
max-height:400px !important;
	
position:relative;	

}
   
   

  
 @media only screen and (min-width: 768px) and (max-width: 959px) {		
		
 		  
.bannercontainer			{	
width:750px; height:412px;
}	
		
		  
		 
		  
   
}
  
   @media only screen and (min-width: 480px) and (max-width: 767px) {
		   

.bannercontainer		{	
width:470px; height:258px;	
}		   		
		
		    
			
		   
   
}
   
   
@media only screen and (min-width: 0px) and (max-width: 479px) {
			

.banner, .bannercontainer		{	
width:310px;height:170px;	
}						
			
			 
			 
			 
   
}