
.otzivy {

    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

  align-content: center;
  height: 160em;

}

.otzivy .otziv {
    background: #e6e6e6;
    background-clip: content-box;
    color: #000;

/*  flex: 0 0 auto; /* shorthand for flex-grow flex-shrink flex-basis */
  width: 25%;
  font-size: 0.76em;
    padding: 1em;
}





/* fallback for earlier versions of Firefox */

@supports not (flex-wrap: wrap) {
  div.otzivy { display: block; }
  div.otzivy .otziv {
  display: inline-block;
  vertical-align: top;
  }
}

.otzivy br {
    display: none;
}

.otzivy .otziv br {
    display: none;
}

.otzivy .otziv h1 {
    width: 100%;
    display: block;
    background: #efbf3a;
    color: black;
    padding: 1em;
    text-align: center;
    font-size: 19px;
    margin: 0;
}

.otzivy .otziv h1:before {
    display: none;
}

.otzivy .otziv .text{
    padding: 1em;
}

.otzivy .otziv .text:before{
    content: " ";
    background-image: url('/wp-content/themes/newmarka5/images/%D0%BA%D0%B0%D0%B2%D1%8B%D1%87%D0%BA%D0%B0-%D0%B2%D0%B5%D1%80%D1%85%D0%BD%D1%8F%D1%8F.png');
    background-size: contain;
    width: 100%;
    height: 21px;
    display: block;
    background-position: center left;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.otzivy .otziv .text:after{
    content: " ";
    background-image: url('/wp-content/themes/newmarka5/images/%D0%BA%D0%B0%D0%B2%D1%8B%D1%87%D0%BA%D0%B0-%D0%BD%D0%B8%D0%B6%D0%BD%D1%8F%D1%8F.png');
    background-size: contain;
    width: 100%;
    height: 21px;
    display: block;
    background-position: center right;
    background-repeat: no-repeat;
    text-align: right;
}


.otzivy .otziv .podpis {
    margin-top: 1em;
    display: block;
    text-align: right;
    height: auto;
}

/*************************************************************************************************************************/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.otzivy {
display: block;
align-content: center;
height: auto;
}

.otzivy .otziv {
width: auto;
padding:0;
font-size: 1em;
}

} /*media*/

/* Portrait phones and smaller */
@media (max-width: 480px) {

}