.cmshtml #wrap {
  min-height: 100vh;
  background: #fff;
  background-size: cover;
  container-type: inline-size;
}

.cmshtml .sideBnr {
  position: fixed;
  top: 0;
  width: calc(50% - 375px);
  min-width: 160px;
}

@container (max-width: 920px) {
  .cmshtml .sideBnr {
    display: none;
  }
}
  .cmshtml .sideBnr {
    display: none;
  }

.cmshtml #wrapLeft {
  left: 0;
}

.cmshtml #wrapRight {
  right: 0;
}

.cmshtml #wrapCenter {
  min-height: 100vh;
  position: relative;
  max-width: 1080px;
  margin: auto;
  background: #fff;
  z-index: 100;
}

.cmshtml #wrapNav {
  display: none;
}
.cmshtml h1 {
	text-align: right;
	font-size: 0.8rem;
	padding: 10px;
}

/*# sourceMappingURL=style.css.map */