/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.naslov-zelen {
  display:block;
  color: #f9f9f9;
  background-color: #bedc45;
  padding: 5px 10px;
  margin: 10px 0 10px 0;
  font-size; 14px;
}

.naslov-youtube {
  display:block;
  color: #f9f9f9;
  background-color: #ff0000;
  padding: 5px 10px;
  margin: 10px 0 15px 0;
  font-size; 14px;
}

.video-kontejner {
  position: relative;
  padding-bottom: 56.25%;
}

.video-kontejner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}