@media(max-width: 960px) {

	.portfolio_object {
		width: 33.3%;
	}

}

@media(max-width: 760px) {

	#overview_carousel.owl-carousel .owl-item img {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}

	.mobileHide {
		display: none !important;
	}

	#overview_carousel, .owl-carousel .owl-item {
		height: 800px !important;
	}

	.mobileOnly {
		display: block !important;
	}

	.detail_obj {
		width: 100%;
		overflow: hidden;
	}

	#logo_line {
		bottom: 19px;
	}

	.img_holder {
		width: 100%;
		max-width: 100%;
		height: 400px !important;
		background-position: top center !important;
	}

	#btnNextWork {
		display: none !important;
	}

	.text_holder {
		margin: 0px !important;
		width: 100%;
		margin-left: 0px;
	}

	.w30, .w40, .w50, .w70 {
		width: 100%;
		overflow: hidden;
		margin: 0px;
	}

	.expo_holder {
		width: 100%;
		min-height: auto;
		height: auto;
	}

	.expo_holer_inner {
		margin: 10px 0px;
		border-bottom: 1px solid #efefef;
	}

	h2.margin {
		margin-top: 40px;
	}

	.expo_holer_inner h3 {
		font-size: 18px;
		line-height: 18px;
	}

	.portfolio_detail_obj {
		margin: 0px 20px 20px;
	}

	.portfolio_object_inner img {
		max-width: 100%;
	}

	#afbeeldingen_holder {
		margin-top: 20px;
	}

	h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.work_highlight {
		margin-bottom: 10px;
	}

	.portfolio_detail_obj {
		width: 100%;
	}

		.portfolio_detail_obj img {
			width: 100%;
			height: auto;
			max-width: 100%;
		}

		.portfolio_object_inner {
			margin: 20px 0px;
		}

	.portfolio_object {
		width: 100%;
	}

	.portfolio_objects_holder {
		margin-left: 0px;
	}

}