@charset "utf-8";
.modelimg-list-title{
  position: relative;
}
.modelimg-list-title .img-wrapper {
  z-index: 1;
  width: calc(143 * (100vw / 375));
  height: calc(48 * (100vw / 375));
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.27));
}
.modelimg-list-title .modelimg-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
@media only screen and (min-width: 768px){
  .modelimg-list-title .img-wrapper {
      width: 29.1rem;
      height: 9.7rem;
  }
}