.homeslider { position:relative; width:100%; aspect-ratio: 3/1;}
.homeslider p { position:absolute; left:0; top:0; right:0; bottom:0; }
.homeslider p img{ width:100%; }

 @media only screen and (max-width: 620px) {
	 .homeslider { aspect-ratio: 3/2;}
	 .homeslider p img{ width:auto; max-width:none; height:100%; transform:translateX(-25%)}
 }