/* ==========================================================================
   Media Queries
   ========================================================================== */
   @media handheld, only screen and (max-width: 1198px) {

    .content_info_v {         
     max-width: 80px;
   }
   
 }
 @media handheld, only screen and (max-width: 991px) {


  .title_mini_video {
    font-size: 13px;
  }

  .desc_mini_video {
   font-size: 12px;
 }
 .content_img_you {
   float: left;
   width: 156px;
 }
 .content_img_you img {
  width: 100%;
  height: 90px;
  cursor: pointer;
}
.content_info_v {
 max-width: 164px;
}
#viodeo_reprod{
 height: auto !important;
}



}

@media handheld, only screen and (max-width: 761px) {
 .content_info_v {
  max-width: 158px;
}

}
@media handheld, only screen and (max-width: 749px) {
 .content_info_v {
  max-width: 151px;
}

}

@media handheld, only screen and (max-width: 730px) {
 .content_info_v {
  max-width: 138px;
}
}

@media handheld, only screen and (max-width: 702px) {
 .content_info_v {
  max-width: 124px;
}
.title_mini_video {
  font-size: 12px;
}
}
@media handheld, only screen and (max-width: 676px) {
 .content_info_v {
   max-width: 112px;
 }

}
@media handheld, only screen and (max-width: 652px) {
  .content_info_v {
   max-width: 97px;
 }

}
@media handheld, only screen and (max-width: 623px) {
  .mb2-content-102 .mb2-content-list .mb2-content-item-title {

    font-size: 26px;
    
  }

}
@media handheld, only screen and (max-width: 619px) {
  .content_info_v {
    max-width: 79px;
  }

}
@media handheld, only screen and (max-width: 586px) {

 .content_img_you {
  float: none;
  width: 100%;
  height: auto !important;
}
.content_img_you img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.content_info_v{
 max-width: 100%;
 margin-top: 10px;
}
.title_mini_video {
  font-size: 14px;
}
.desc_mini_video {
 font-size: 14px;
}
}
@media handheld, only screen and (max-width: 399px) {
 .title_mini_video {
  font-size: 12px;
}
.desc_mini_video {
 font-size: 12px;
}

}

