/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
Created on : 2015-10-05, 09:04:10
Author     : michal
*/
.cover-main-image {
	background: url(../img/cover_main.jpg) top left no-repeat;
	background-size: cover; 
}

.div-flex {
	display: flex; flex-direction: row;
}
.div-flex-img {
	width: 45%; flex-shrink: 0
}

.div-flex-img img {
	margin-top:0px; padding-top: 0; padding-bottom: 0; width: 90%;
}

@media screen and (max-width: 768px) {
	.div-flex {
		display: block;
	}
	.div-flex-img {
		float: left;

	}

}
.postponed-info {
	margin-top: 0;
	padding-bottom: 0;
	max-width: 110px;
	position: absolute;
	right: -52px;
	bottom: -22px;
}

@media screen and (max-width: 768px) {
	.postponed-info {
		top: auto;
		bottom : -30px;
		right: -30px;
		max-width: 100px;
	}
}
/*# sourceMappingURL=style.css.map */

