.video-img-overlay {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 100%;
  background-size: cover;
  opacity: 0.350;
}
.video-img-con {
	background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-color: #666;
}

.ypo_pocasts {}

.ypo-responsive-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  display: block;
}
.ypo-responsive-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ypo-responsive-img .img_overlay {
	width:100%;
  height:100%;
  position:absolute;
  background-image: url('./image-watermark.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: 0;
  z-index:11;
  top: 0;
  left: 0;
}
.ypo-responsive-img .img_hero_overlay {
  width:100%;
  height:100%;
  position:absolute;
  background-image: url('./image-hero-watermark.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: 0;
  z-index:11;
  top: 0;
  left: 0;
}

/*
.ypo-responsive-img .img_overlay::after {
  content: " ";
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
  background-image: url('./image-watermark-small.png');
  background-size:100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
*/

.ypo-responsive-img .img_overlay.opacity,
.ypo-responsive-img .img_hero_overlay.opacity {
	background-color: rgba(0,0,0,0.4);
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .two_columns_75_25.ypo_podcasts .column1,
  .two_columns_75_25.ypo_podcasts .column2 {
    width: 100%;
  }

  .two_columns_75_25.ypo_podcasts > .column2 > .column_inner {
    padding: 0;
  }

   .two_columns_75_25.ypo_podcasts > .column2 {
    margin-top: 10px;
  }
}