@media (max-width: 410px) and (orientation: portrait){
    .Item .image-right{ margin-left: 0; float: none; }
}
.AdvertisementUnit{margin-bottom: 10px;}

@media (max-width: 410px) and (orientation: portrait){
    .ArticleList .Item .Item-container .Item-imageCell {
        /*
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        */
    }
    .ArticleList .Item .Item-container:after{
        /*
        clear:both;
        */
    }
    .ArticleList .Item-imageContainer {
        /*
        width: 100%;
        min-height: 180px;
        background-position: 50% 20%;
        background-size: cover;
        */
    }
}

@media  (min-width: 410px) and (max-width: 500px) and (orientation: portrait){
    .ArticleList .Item .Item-container .Item-imageCell {
        /*
        width: 130px;
        */
    }
    .ArticleList .Item .Item-container:after{
        /*
        clear:both;
        */
    }
    .ArticleList .Item-imageContainer {
        /*
        width: 100%;
        min-height: 100px;
        background-position: 50% 20%;
        background-size: cover;
        */
    }
}

.AdvertisementUnit.AdvertisementUnit--shortWideGreyBase {
    background-color: #f2f2f2;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
}



/*
.Item { border-bottom: 6px #f2f2f2 solid; }
.List .Item:first-child { border-top: 6px #f2f2f2 solid; }
.List .Item:last-child { border-bottom: 0px #f2f2f2 solid; }
*/

/*
.Item .descriptionText  {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
*/
.PageTitle-sponsorComponent img.SponsorUnit-image {
    display: none;
}