.block-collage{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:auto;width:100%}@media only screen and (min-width:767px){.block-collage{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}.block-collage--show-borders .block-collage__item{border:2px solid #000}.block-collage__item{background-position:50%;background-repeat:no-repeat;background-size:cover;display:none;padding:40px 30px;position:relative}@media (max-width:767px){.block-collage__item{grid-column:auto!important;min-height:300px}}@media only screen and (min-width:767px){.block-collage__item{display:block}}.block-collage__item.block-collage__item--show-on-mobile{display:block}.block-collage__item-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;height:100%;justify-content:center}.block-collage__item-accent-headshot{border-radius:50%;display:block;height:105px;overflow:hidden;position:absolute;width:105px;z-index:1}.block-collage__item-accent-headshot-left-bottom{bottom:0;left:0;-webkit-transform:translate(calc(-50% - 10px),-10px);transform:translate(calc(-50% - 10px),-10px)}.block-collage__item-accent-headshot-left-top{left:0;top:0;-webkit-transform:translate(calc(-50% - 10px),10px);transform:translate(calc(-50% - 10px),10px)}.block-collage__item-accent-headshot-top-left{left:0;top:0;-webkit-transform:translate(10px,-50%);transform:translate(10px,-50%)}.block-collage__item-accent-headshot-top-right{right:0;top:0;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}.block-collage__item-accent-headshot-right-top{right:0;top:0;-webkit-transform:translate(calc(50% - 10px),10px);transform:translate(calc(50% - 10px),10px)}.block-collage__item-accent-headshot-right-bottom{bottom:0;right:0;-webkit-transform:translate(calc(50% - 10px),-10px);transform:translate(calc(50% - 10px),-10px)}.block-collage__item-accent-headshot-bottom-right{bottom:0;right:0;-webkit-transform:translate(-10px,50%);transform:translate(-10px,50%)}.block-collage__item-accent-headshot-bottom-left{bottom:0;left:0;-webkit-transform:translate(10px,50%);transform:translate(10px,50%)}.block-collage__item *{margin-bottom:10px;margin-top:10px}.block-collage__item :first-child{margin-top:0}.block-collage__item :last-child{margin-bottom:0}