/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.content-image-cta p {
  font-size: 12px; }

.standard-heading {
  margin-bottom: var(--wp--preset--spacing--xs); }
  .standard-heading .img {
    position: relative;
    padding-top: 110%;
    height: auto; }
    .standard-heading .img > img, .standard-heading .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 480px) {
      .standard-heading .img {
        padding-top: 60%; } }
    @media (min-width: 768px) {
      .standard-heading .img {
        padding-top: 40%; } }
    @media (min-width: 981px) {
      .standard-heading .img {
        padding-top: 35%; } }

/*# sourceMappingURL=header.css.map */
