.at-rest-show-promos.death-notices-promos {
    max-width: 295px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.at-rest-show-promos.death-notices-promos .at-rest-promos-item {
    width: 100%;
}

.at-rest-show-promos.sidebar-promos[data-per-page="1"] .at-rest-promos-item img{
    width: 100%;
    object-fit: cover;
    display: block;
}

.at-rest-show-promos.death-notices-promos .at-rest-promos-item img {
    width: 100%;
    height: 183px;
    display: block;
}

.at-rest-show-promos.sidebar-promos {
    max-width: 295px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.at-rest-show-promos.sidebar-promos .at-rest-promos-item {
    width: 100%;
}

.at-rest-show-promos.sidebar-promos .at-rest-promos-item img {
    width: 100%;
    height: auto;
    display: block;
}

.at-rest-show-promos.header-promos {
    max-height: 158px;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.at-rest-show-promos.header-promos .at-rest-promos-item {
    height: 158px;
    flex-shrink: 0;
    width: 650px;
}

.at-rest-show-promos.header-promos .at-rest-promos-item .promo-click-link{
    height: 100%;
}

.at-rest-show-promos.header-promos .at-rest-promos-item img {
    height: 100%;
    width: 100%;
    display: block;
	object-fit: contain;
}

@media(max-width: 1024px){
    .at-rest-show-promos.header-promos {
        justify-content: center;
    }
}

@media(max-width: 535px){
    .at-rest-show-promos.header-promos .at-rest-promos-item{
        width: 100%;
    }
    
    .at-rest-show-promos.header-promos .at-rest-promos-item img{
        object-fit: contain;
    }
}
