.tm-content {
    background:none;
    margin: 0;
    padding: 0;
}

.console {
    color: black;
    background-color: cyan;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

.desc {
    color: #464552;
    font-size: 14px;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    line-height: 22px;
}

.desc_buffer {
    display: inline-block;
    width: 75%;
}

.name_holder
{
    position: fixed;
    display: inline-block;
    width: 75%;
    text-align: center;
    z-index: -5;
    left: 0;
}

.name_column {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.name {
    color: #e7e5b5;
    font-size: 16px;
    font-family: Georgia !important;
    display: block;
}

.mask {
    position: fixed;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../../../../../images/vseposvojitev/fade_mask_black.png") repeat-x;
}

/* Slider */
#slider {
    position: relative;
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.controls button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    color: white;
    outline: none;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
	color: rgba(0, 0, 0, 0.7);
    text-shadow: 0px 2px 5px #b65f00;
    font-family: 'Lithos Pro';

}

.text {
    max-width: 200px;
}

.zrtve div {
  overflow: hidden;
  display: inline-block;
  *margin-bottom: 8px;
  width: calc(50% - 4px);
}

.zrtve div:nth-of-type(2n) {
  margin-right: 0px;
}

@media screen and (min-width: 50em) {
  .zrtve div {
    width: calc(33% - 5.33333px);
  }
  
  .zrtve div:nth-of-type(2n) {
   margin-right: 0px;
  }
  
  .zrtve div:nth-of-type(3n) {
    margin-right: 0px;
  }
}

figure {
  margin: 0;
}

.zrtve img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
 /* transition: transform .2s ease-in-out; */
}

.zrtve p div {
  display: inline;
  font-size: 13px;
  margin: 0;
}

.zrtve p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px;
}

.search-victims {
  padding: 20px 0;
}
