a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.ccm-block-page-list-wrapper {
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 10px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}
div.ccm-page .juniper-pf-listitem {
	margin-bottom:10px;
}
.col-masonry-h { 
 /* margin-left: -8px; /* Adjustment for the gutter */
  width: 100%;
  height:auto;
  margin-left:1px
}

.col-masonry-brick {
  height: 350px;
  min-width: 290px;
  /*margin: 0 8px 8px 0; /* Some gutter */
  float:left
}
.col-masonry-brick:nth-child(5n+1) {
  width: 25%;
}
.col-masonry-brick:nth-child(5n+2) {
  width: 50%;
}
.col-masonry-brick:nth-child(5n+3) {
  width: 25%;
}
.col-masonry-brick:nth-child(5n+4) {
  width: 50%;
}
.col-masonry-brick:nth-child(5n+5) {
  width: 50%;
}
.col-masonry-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(90%);
}
div.ccm-page .juniper-masonry-title {
	width: auto;
	max-width: 230px;
	background-color: rgba(0,0,0,0.4);
	height:100%;
	color:#FFF;
	font-size:30px;
	line-height:1.1;
	font-weight:700;
	padding: 20px 8px 20px 15px;
}
div.ccm-page .juniper-masonry-title a {
	color:#FFF;
}
@media(max-width:1199px) {
.col-masonry-brick {
  height: 300px;
  min-width: 250px;
  /*margin: 0 8px 8px 0; /* Some gutter */
}
.col-masonry-brick:nth-child(4n+1) {
  width: 33%;
}
.col-masonry-brick:nth-child(4n+2) {
  width: 67%;
}
.col-masonry-brick:nth-child(4n+3) {
  width: 67%;
}
.col-masonry-brick:nth-child(4n+4) {
  width: 33%;
}

}
@media(max-width:767px) {
	
.col-masonry-brick:nth-child(4n+1) {
  width: 100%;
}
.col-masonry-brick:nth-child(4n+2) {
  width: 100%;
}
.col-masonry-brick:nth-child(4n+3) {
  width: 100%;
}
.col-masonry-brick:nth-child(4n+4) {
  width: 100%;
}

.col-masonry-brick:nth-child(5n+1) {
  width: 100%;
}
.col-masonry-brick:nth-child(5n+2) {
  width: 100%;
}
.col-masonry-brick:nth-child(5n+3) {
  width: 100%;
}
.col-masonry-brick:nth-child(5n+4) {
  width: 100%;
}
.masonry-brick:nth-child(5n+5) {
  width: 100%;
}
}