﻿/*
	Mobile
*/
div.page-banner {
  position: relative;
  overflow-x: hidden;
  height: 225px;
  margin-bottom: 32px;
  /*
		Desktop
	*/ }
  div.page-banner > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (min-width: 768px) {
    div.page-banner {
      height: 300px; } }
