.wp-block-custom-blocks-formatted-link {
    display:inline-block;
    width: 25%;
    vertical-align:top;
    margin-right: 30px;
}
.wp-block-custom-blocks-formatted-link .placeholder {
    background: #369DAC;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.wp-block-custom-blocks-formatted-link .placeholder:before {
    position: absolute;
    color: #fff;
    left: 10%;
    top: 12%;
    font-size: 70px;
    margin-top: 35px;
}
.wp-block-custom-blocks-formatted-link .placeholder .icon {
    position: absolute;
    color: #fff;
    right: -20px;
    bottom: -55px;
    font-size: 150px;
    opacity: 0.25;
}
.wp-block-custom-blocks-formatted-link .label {
    text-transform:uppercase;
    background:none;
    color:#369DAC;
    display:block;
    padding:0em 0.3em 1.5em 0em;
}
.wp-block-custom-blocks-formatted-link .link {
    color: #4d4d4d; 
}
.wp-block-custom-blocks-formatted-link .link-container h5 {
    margin-top: 22px !important;
}
.wp-block-custom-blocks-formatted-link .image-container {
    width: 100%;
    padding-top: 66.67%;
    position: relative;
    overflow: hidden;
}
.wp-block-custom-blocks-formatted-link .image-container img {
    position:absolute;
    top:0;
    left:50%;
    height: 100%;
    max-width: 1000%;
    transform: translate(-50%, 0%);
		width: 100%;
		height: 100%;
}
