﻿
@media all and (max-device-width: 1030px), all and (max-width: 1030px) {

  .storelogo {
    margin-bottom: 20px;
    max-width: 226px;
    width: 85%;
  }
}

@media all and (max-device-width: 830px), all and (max-width: 830px) {

}

@media all and (max-device-width: 400px) and (orientation : portrait), all and (max-width: 400px) and (orientation : portrait) {

}