.horizontal_gallery_unit							{ position: relative; width: calc(100% - 1px); overflow: hidden; }
.horizontal_gallery_unit.margin_top 				{ margin-top: 50px; }
.horizontal_gallery_unit.margin_bottom 				{ margin-bottom: 50px; }
.horizontal_gallery_unit .wrapper 					{ width:fit-content; display:flex; flex-wrap:nowrap;}
.horizontal_gallery_unit .wrapper .col 				{ }
.horizontal_gallery_unit .wrapper .colimage 		{ }
.horizontal_gallery_unit .wrapper .coltext 			{ padding: 50px; }

.horizontal_gallery_unit_mobile	{ display: none; }

@media only screen and (max-width : 1024px) {

	.horizontal_gallery_unit	{ display: none; }

	.horizontal_gallery_unit_mobile							{ position: relative; width: 100%; overflow: hidden; display: block; }
	.horizontal_gallery_unit_mobile.margin_top 				{ margin-top: 50px; }
	.horizontal_gallery_unit_mobile.margin_bottom 			{ margin-bottom: 50px; }
	.horizontal_gallery_unit_mobile .wrapper 				{  }
	.horizontal_gallery_unit_mobile .wrapper .col 			{ position: relative; width: 100%; float: left; }
	.horizontal_gallery_unit_mobile .wrapper .colimage 		{ width: 100%;}
	.horizontal_gallery_unit_mobile .wrapper .coltext 		{ padding: 50px; }
}

@media only screen and (max-width : 768px) {
	
}

@media only screen and (max-width : 480px) {
	
}

