.story-card {
    width:48%;
	padding:10px;
	display:inline-block;
}
.story-card-img {
  float:left;
  border:0px;
  border-radius:10px;
  width:30%;
}
.story-card-inner {
  float:right;
  width:67%
}
@media (max-width: 1285px) {
.story-card {
    width:100%;
}
}

@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) {
.story-card {
    width:100%;
}
}

 @media only screen 
        and (device-width: 428px) 
        and (device-height: 926px) 
        and (-webkit-device-pixel-ratio: 3) {
.story-card {
    width:100%;
}
}