差分

編集の要約なし
5行目: 5行目:  
max-width:100%;
 
max-width:100%;
 
height:auto;
 
height:auto;
 +
}
 +
 +
.res-iframe {
 +
  position: relative;
 +
  width: 100%;
 +
  padding-top: 56.25%;
 +
}
 +
 +
.res-iframe iframe {
 +
  position: absolute;
 +
  top: 0;
 +
  right: 0;
 +
  width: 100%;
 +
  height: 100%;
 
}
 
}