@keyframes loadingPulse {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*
.custom-wp-block__featured-block {
	height: 100%;

	.row {
		height: 100%;
	}
}
*/

/*# sourceMappingURL=custom-feature-block.css.map */
