﻿
@media all and (max-device-width: 1030px), all and (max-width: 1030px) {

  .storelogo {
    margin-bottom: 20px;
    max-width: 200px;
    width: 85%;
  }
}

@media all and (max-device-width: 830px), all and (max-width: 830px) {
	article ul.bigimageview li.bgset {
    	background-size: cover;
	}
	article ul.bigimageview li.bgset {
	    min-height: 250px;
	}
}

@media (max-device-width: 600px), (max-width: 600px) {
	article ul.bigimageview li .basket {
    	position: absolute;
	}
}

@media all and (max-device-width: 400px) and (orientation : portrait), all and (max-width: 400px) and (orientation : portrait) {

}

