
/* On screens that are 1200px or less, set the background color to olive */
@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 1199px) {
	.margin-principal {
	    margin-top: 0px;
	}
}/* On screens that are 768px or less, set the background color to olive */
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {

}/* On screens that are 350px or less, set the background color to blue */

@media screen and (max-width: 480px) {
	/*hack scroll horitzontal*/
	.container > .row,.col-12 > .row,.row.fullwidth,.row{margin-left:0!important; margin-right:0!important;}
	/*fi hack scroll horitzontal*/
	.caption {
		bottom: 12px !important;
	}
	.individualbanner1 .caption {
		bottom: 35px !important;
	}
}
