

.fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 450px !important;
		overflow:hidden;
		z-index: 998;
		border-bottom:5px solid #39F;
	}
.banner{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 310px !important;
		overflow:hidden;
		z-index: 998;
	}
.banner img{
		width:100%;
	}
	

@media only screen and (min-width: 1000px){}
@media only screen and (min-width: 768px) and (max-width: 999px){

	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 380px; !important;
		overflow:hidden;
		z-index: 998;
	}
	.tp-caption.small_text{
		position: absolute;
		color: #454545;
		text-shadow: none;
		font-weight: 600;
		font-size: 15px;
		line-height: 25px;
		font-family: 'Open Sans', sans;;
		margin: 0px;
		border-width: 0px;
		border-style: none;
		white-space:nowrap;
	}
	.banner{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 240px; !important;
		overflow:hidden;
		z-index: 998;
	}
	.banner img{
		width:100%;
	}
}




@media only screen and (min-width: 479px) and (max-width: 767px){

	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height:250px !important;
		overflow:hidden;
	}
	.tp-caption.small_text{
		position: absolute;
		color: #454545;
		text-shadow: none;
		font-weight: 600;
		font-size: 13px;
		line-height: 25px;
		font-family: 'Open Sans', sans;;
		margin: 0px;
		border-width: 0px;
		border-style: none;
		white-space:nowrap;
	}
	.banner{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 150px; !important;
		overflow:hidden;
		z-index: 998;
	}
	.banner img{
		width:100%;
		height:150px;
		margin-bottom:0px;
	}
}



@media only screen and (max-width: 479px){


	 .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height:150px !important;
		overflow:hidden;
	}
	.tp-caption.small_text{
		position: absolute;
		color: #454545;
		text-shadow: none;
		font-weight: 600;
		font-size: 12px;
		line-height: 25px;
		font-family: 'Open Sans', sans;;
		margin: 0px;
		border-width: 0px;
		border-style: none;
		white-space:nowrap;
	}
	.banner{
		width:100% !important;
		position:relative;
		padding:0;
		margin-top: 0px;
		max-height: 100px; !important;
		overflow:hidden;
		z-index: 998;
	}
	.banner img{
		width:100%;
	}

}