#hc_widget-2{
	display: block;
    position: relative;
    height: 480px;
    width: 100%;
    padding: 5px;
}

.left{
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
	padding: 5px;
}

.right{
	float: right;
	width: 50%;
	height: 100%;
	position: relative;
}
.ramecek{
	height: 50%;
    position: relative;
    width: 50%;
    float: left;
    padding: 5px;
}

.clanek{
	width: 100%;
	height: 100%;
	position: relative;
}

.hc-foto{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    overflow: hidden;
}

.hc-popis{
	background-color: rgba(0,0,0,0.59);
	right: 0;
    left: 0;
    bottom: 0;
	position: absolute;
    padding: 10px;
    max-height: 100%;
    width: 100%;
    height: auto !important;
}

.hc-popis h3{
	font-size: 20px;
	color: #fff;
}

.hc-popis span{
	font-size: 13px;
}

.hc-popis a{
	color: #fff;
}

.hc-popis a:hover{
	color: #176cff;
}

.hc-post-cat{
	float: left;
	border-left: 3px solid #176cff;
    padding-left: 5px;
}

.hc-post-date{
	float: right;
	color: #a2a2a2;
}

@media (max-width: 992px){

#hc_widget-2{
	height: 780px;
}

.left, .right{
	width: 100%;
	height: 50%;
	float: none;
}

}

@media (max-width: 620px){

#hc_widget-2{
	height: 1000px;
}

.left{
	height: 20%;
}
.right{
	height: 80%;
}
.ramecek{
	height: 25%;
    position: relative;
    width: 100%;
    float: left;
    padding: 5px;
}

}