@media screen and (min-width: 480px) {
.sve {width:100%; height:145px;}
.slike {width:19%; float:left;padding:5px;height:145px;}
.slike2 {width:15%; float:left;padding:5px;height:145px;}
.sve img {position: relative;
  top: 50%;
  transform: translateY(-50%);}
}
@media screen and (max-width: 500px) {

.sve img {margin:0 auto;}
}


{codecitation}.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}{/codecitation}