/* Page/zone-only override: show tiles by default */
#WebPartZone5_Page1 [data-aos]{
  opacity: 1 !important;
  transform: none !important;
}

/* If AOS runs, allow its normal behavior */
#WebPartZone5_Page1 [data-aos].aos-init:not(.aos-animate){
  opacity: 1 !important;
  transition-property: opacity, transform !important;
}

#WebPartZone5_Page1 [data-aos].aos-animate{
  opacity: 1 !important;
  transform: none !important;
}

.list-with-featured .readMore {
  position: relative;
}

.list-with-featured .BlockTLItem .newsImage, .list-with-featured .BlockTLItem:first-of-type .newsImage,
.list-with-featured .BlockTLItem:first-of-type .newsImage {
  background-size: contain;
  background-repeat: no-repeat;
}

.list-with-featured .TaggedListPanel {
  justify-content: center;
}

.list-with-featured .BlockTLItem {
  padding-right: 10px;
  padding-left: 10px;
}