.jw-block {
  padding: 20px;
}

.jw-block:nth-child(even) {
  background-color: #d7ebff;
}

#container #main-colum .jw-block h5{
	margin: 0 !important;
}



.f_wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 15px;

}

.f_wrap .img_box {
  display: block;
  width: 27%;
  height: auto;
  margin:10px 22px 10px 10px;
}

.f_wrap .img_box img{
  width: 100%;
}

.f_wrap .img_box span.cap{
  display: block;
  font-size: x-small;
  margin-top: 5px;
}

.f_wrap .t_box {
  width: 70%;
}

.f_wrap .movie_box {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin-top:10px;
}

.f_wrap .movie {
    flex-basis: 49.5%;
}

.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.img_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
