/***********************
	-	BASICS 	-
***********************/
html {
	overflow-x:hidden;
	padding: 0 !important;
	margin:0px !important;
}


  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-
  **********************************************************************************************/

  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/


	 .fullwidthbanner-container{
		width: 55.5% !important;
		position: relative;
		padding: 0;
		max-height: 335px !important;
		overflow: hidden;
		margin: 0;
		float: right;
		z-index: 1;
		right: 7.8%; 

            /*    width: 47% !important;
    position: relative;
    padding: 0;
    max-height: 335px !important;
    overflow: hidden;
    margin: 0;
    float: right;
    z-index: 1;
    right: 14%;*/

	}