svg {
  height:28vh; width: 100vw;max-width:100%;
  position: absolute;

  left: 0;
  bottom: 0;

}
@media (min-width: 1920px) {
 /* 横幅が1920px以上適用スタイル */
 }
}
@media screen and (max-width: 768px) {
svg {
  bottom: 0; height:38vh;
 }
}
.waves{
	position:relative;
	height:1px;
}