.flex-container-pogodamal {
	margin-top: 35px;
	width: 100%;
	height: auto;
	min-height: 100vh;
	/*max-width: 768px;*/
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
} 

.flex-item-pogodamal {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	/* min-height: 100vh; */
	/* border: 1px solid #ddd; */	
}

.pogodamalFrame {	
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	min-height: 100vh;
	/* overflow-y:hidden; */
}

.pogodamal-title {
	font-weight: bold;
	font-size: 24px;
}

.pogodamal-sub-title {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}

.pogodamal-title-update {
	color:#FF3300;
}