.module-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #dd2a7e;
    margin: 0 0 1rem 0;
    padding: 0;
    text-transform: uppercase;
}
.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
}

.ycp-video-title {
    text-align: center;
    position: absolute;
    left: 20px;
    top: 45%;
    right: 20px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
  .ycp-widget-video-theme-circles1 .ycp-video-info .ycp-video-title {
      text-align: center;
      position: absolute;
      left: 20px;
      top: 50%;
      right: 20px;
      overflow: hidden;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 10px;
      line-height: 23px;
      text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
      margin: 0;
      transform: translateY(-50%);
  }
}
@media (max-width: 530px) {
  .ycp-widget-video-theme-circles1 .ycp-video-info .ycp-video-title {
      text-align: center;
      position: absolute;
      left: 20px;
      top: 50%;
      right: 20px;
      overflow: hidden;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 10px;
      line-height: 23px;
      text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
      margin: 0;
      transform: translateY(-50%);
  }
}
