.campaign-herobanner {
  float: left;
  width: 100%;
}

.cp-heroimage-wrap {
	position: relative;
}

img.cp-heroimage-desktop-case {
	width: 100%;
}

img.cp-heroimage-mobile-case {
	display: none;
}

.cp-heroimage-overlayedcontent {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.cp-heroimage-overlay-textwrap {
	position: absolute;
	margin: 0 20px;
}

.vert-text-pos-top {
  top: 10%;
}

.vert-text-pos-center {
  top: 35%;
}

.vert-text-pos-bottom {
  top: 70%;
}

.horiz-text-pos-left {
  left: 0%;
}

.horiz-text-pos-right {
  right: 0%;
}

.cp-heroimage-overlay-text h1 {
	font-size: 46px;
	background-color: #ffd200;
	color: #03234b;
	padding: 10px;
	display: inline-block;
}

@media (min-width: 1024px) and (max-width: 1280px){
  .cp-heroimage-overlay-text h1 {
    font-size: 36px;
  }
}

@media (min-width: 850px) and (max-width: 1024px) {
  .cp-heroimage-overlay-text h1 {
    font-size: 32px;
  }
}

@media (min-width: 640px) and (max-width: 850px) {
  .cp-heroimage-overlay-text h1 {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  img.cp-heroimage-mobile-case {
    display: block;
    width: 100%;
  }

  img.cp-heroimage-desktop-case {
    display: none;
  }
}

@media (min-width: 425px) and (max-width: 640px) {
  .cp-heroimage-overlay-text h1 {
    font-size: 16px;
  }
}

@media (max-width: 425px){
  .cp-heroimage-overlay-text h1 {
	  font-size: 13px;
  }
}