<div class="outer"> <div class="inner"></div> </div>
.outer{ width:200px; height: 500px; background-color: red } .inner{ width: 50%; padding-bottom: 40%; background-color: blue; }