.news {
  margin-bottom:50px;
  padding: 20px 0 20px 20px;
  background-color:white; 
  overflow: auto;
  width:100%;
}

.news .column.right {
  width:360px;
  margin-left:50px;
  display: block;
  float: right;
  vertical-align: top;
  overflow: auto;
}
.dane_newsa {margin-top: 20px;}

.extra_foto_wrapper {display: table-cell;  width: 100%; text-align: center;}
.extra_foto {max-width: 380px; display: inline-block; vertical-align: top; margin: 20px}
.extra_foto img {max-height: 250px;}
.extra_foto .fotka_podpis {max-width: 340px; font-size: 80%; color: black; display: inline-block; padding-top: 10px;}


.val.projekt_opis {margin-right: 20px;}

@media screen and (max-width:768px) {

.news {padding: 10px;}
.news .val {
    margin: 5px auto;
    text-align: center;
}

.news .cover_img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.extra_foto {margin: 10px;}
.extra_foto img {max-width: 90%; }
}