@charset "utf-8";
/* CSS Document */

.hsp1{height: 200px}
.hsp2{height:350px}
.styles{position: absolute; top: -30px;width: 100%}
/*************************************************************/
/*************************************************************/
/*************************************************************/
@media screen and (max-width:950px) {
  .hsp1{height:12rem}
  .hsp2{height:40rem}

}

/*************************************************************/
/*************************************************************/
/*************************************************************/
@media screen and (max-width:500px) {

  .hsp1{height: 14rem}
  .hsp2{height:70vw}
.styles{position: absolute; top: -0px;width: 100%}

}