.header-drip {
	background: transparent;
  position: absolute;
  top: -1px;
  width: 20%;
  height: 100px;
  right: 5%;
}
.header-drip-shape svg {
	opacity: 1;
}
img.ccm-image-block.page-header.img-fluid {
  width: 100%;
}

@media (max-width: 480px) { 
  .header-drip {
    display: none;
  }
}