.accommodation {
	display: inline-block;
	margin-bottom: 50px;
}

.accommodation-picture {
	width: 300px;
	float: right;
	margin: 0 20px !important;
}



.nordic {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.nordic-images {
	float: left;
	width: 400px !important;
	margin-right: 20px;
}

.nordic-images img {
	margin: 0 !important;
	max-width: 100% !important;
	display: inline-block;
}

.nordic-info {
	margin-top: 50px;
	float: left;
	width: calc(100% - 420px);
}

.nordic > a {
	float: left;
	display: inline-block;
	position: absolute;
	bottom: -50px;
	right: 0;
}

.hotels-header {
	width: 100%;
	margin-top: 40px;
	float: left;
	font-size: 2em;
}

.conference-expert {
	height: 125px;
	margin-top: 20px;
}

.conference-expert > img {
	max-width: 100%;
}

@media (max-width: 699px) {
	.nordic {
		/*height: auto;*/
		margin: 20px 0;
	}

	.nordic-images {
		width: 300px !important;
	}

	.nordic-info {
		width: calc(100%);
		margin-top: 10px;
	}

	.nordic > a {
		bottom: auto;
		right: auto;
		position: relative;
		float: left;
		display: inline-block;
		margin-top: 20px;
	}

	.accommodation-picture {
		margin: 10px 0 !important;
		float: none !important;
		display: block !important;
	}
}
