.isStartside .productListing {display: -ms-flexbox;-ms-flex-wrap: wrap;-ms-flex-direction: column;-webkit-flex-flow: row wrap;flex-flow: row wrap;display: -webkit-box;display: flex;}
.isStartside .productListing {display: -webkit-flex;-webkit-justify-content: space-between;display: flex;justify-content: space-between;}

/* Responsive Media Queries Cosmoshop Version 11 -bramble*/

/* ---------------------- Desktops and laptops --------------------------------------------------------*/
@media only screen and (min-width : 1280px) {
    .isStartside .articlePreview {flex: 0 0 24.5%;float: none;margin-right: 0;}
    .liveshoppingCalenderArticle:nth-of-type(4n+4) {margin-right: 1%;float: left;}
    .liveshoppingCalenderArticle:nth-of-type(3n+3) {margin-right: 0;float: right;}
}

/* ---------------------- iPads (landscape) -----------------------------------------------------------*/
@media only screen and (min-width : 768px) and (max-width : 1279px) and (orientation : landscape) {
    .isStartside .articlePreview {flex: 0 0 24.5%;float: none;margin-right: 0;}
}

/* ---------------------- iPads (portrait) ----------------------------------------------------------- */
@media only screen and (min-width : 768px) and (max-width : 1279px) and (orientation : portrait) {
    .isStartside .articlePreview {flex: 0 0 24.5%;float: none;margin-right: 0;}
}

/* ---------------------- Smartphones -----------------------------------------------------------------*/
@media only screen and (min-width : 220px) and (max-width : 767px) {
    .isStartside .articlePreview {flex: 0 0 100%;float: none;margin-right: 0;}
}