@charset "UTF-8";
/* 業務用製品動画描写制御用 */

/* 動画横並び */
.recruit_yt_wrap{
  margin: 1em 1% 2em 2% !important;
  padding-top: 26%;
  width: 47% !important;
  position: relative;
  float: left;
}

/* 動画1つ 
.recruit_yt_wrap{
  margin-top: 1.5em!important;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
*/
 
.recruit_yt_wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* 画面サイズ767px以下になると画像表示を縦並びに */
@media screen and (max-width: 767px) {
     .recruit_yt_wrap{
         overflow: hidden; !important;
         width: 100% !important;
         margin: 0 auto !important;
         margin-bottom: 2em !important;
         padding-top:55%;
     }
 }