.intec-template .intec-template-layout-column.intec-template-layout-column-fixed.intec-template-layout-column-index {
	width: 190px;
}
.intec-template .intec-template-layout-column.intec-template-layout-column-adaptive.intec-template-layout-column-index {
	max-width: calc(100% - 380px);
}	
@media screen and (max-width: 768px) {
	.intec-template .intec-template-layout-column.intec-template-layout-column-fixed.intec-template-layout-column-index {
		display: none;
	}
	.intec-template .intec-template-layout-column.intec-template-layout-column-adaptive.intec-template-layout-column-index {
		max-width: 100%;
	}
}