﻿@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .ImageStore {
        position: relative;
        height: 50px;
        width: 320px;
    }

        .ImageStore img {
            width: 150px;
            float: left;
            margin-right: 10px;
        }

     
}
