.left_picture {
    float: left;
    margin: 20px 20px 20px 0;
}

.right_picture {
    float: right;
    margin: 20px 0 20px 20px;
}

.big_photo {
    width: 100%;
    height: auto;
}

.pj {
    font-weight: bold;
    font-size: 16px;
}

.podzag {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.autor {
    font-weight: bold;
    float: right;
}

.photo {
    font-weight: bold;
    font-size: 10px;
}

.red_line {
    display: inline-block;
    padding-left: 25px;
    margin-left: 25px;
    border-left: 3px solid #c90f14;
    font-size: 20px;
    line-height: 26px;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}