.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-picture-links {
    background: #ccc;
    padding: 20px;
    position: relative;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-picture-links.is-selected {
    border: 3px dashed #111;
}

.block-editor-block-list__block.wp-block.wp-block-acf-pc-custom-picture-links.is-selected:before {
    content: 'Please fill out the fields to the right.';
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.wp-block-cgb-block-pc-picture-link a {
    height: 200px;
    max-width: 400px;
}

.wp-block-cgb-block-pc-picture-link a p,
#primary .wp-block-cgb-block-pc-picture-link a p {
    font-family: 'GT America Condensed Medium', sans-serif !important;
    font-size: 1.4em;
    line-height: 1;
    margin: 1em 0 !important;
}

.fa {
    background-size: cover;
    display: inline-block;
}

.mxh-300 {
    max-height: 300px;
}

.p-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.full-width {
    width: 100%;
}

.fa-chain:before, .fa-link:before {
    content: "\e9cb";
}
.site-link:after, .site-link:before {
    position: absolute;
    transition: all .5s ease;
}
.site-link:before {
    color: hsla(0,0%,100%,0);
    font-family: icomoon;
    font-size: 32px;
    margin: -16px 0 0 -16px;
    left: 50%;
    top: 50%;
    z-index: 10;
}
*, :after, :before {
    box-sizing: inherit;
}

.full-width {
    max-width: 100%;
    width: 100%;
}
img {
    height: auto;
    border: 0;
}

.content-area p{
    margin: 1em 0;
}
.bg-black {
    background-color: #000;
}
.white {
    color: #fff;
}
.p-bottom-0 {
    bottom: 0;
}
.p-absolute {
    position: absolute;
}
.bg-black {
    background: #000;
}
.block {
    display: block;
}
.half-padded {
    padding: 0.5em;
}
.full-width {
    max-width: 100%;
    width: 100%;
}

.site-link:after {
    background: transparent;
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.site-link:after, .site-link:before {
    position: absolute;
    transition: all .5s ease;
}
*, :after, :before {
    box-sizing: inherit;
}