@charset "utf-8";

div.xxxxx{
  position: relative;
  width: 100%;
  background-color: #aaa;
}
div.xxxxx:before{
  content:"";
  display: block;
  padding-top: 20%;     /*  =  x 20% ɌŒ */
}
