.top-picture {
    background-size: cover!important;
    height: 500px;
    background-position: center center!important;
    background-repeat: no-repeat!important;
	border-top: 5px solid;
	border-bottom: 5px solid;
	display:flex;
}

.top-picture-side {
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
	display:flex;
}

.cta-round {
    position: absolute;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 25px 10px;
    font-size: 20px;
    width: 150px;
    height: 150px;
    margin-left: -90px;
    margin-top: -50px;
    transform: rotate(-10deg);
    border: 2px solid;
    line-height: 1.2;
    z-index: 100;
}

.gratis {
    font-weight: 900;
    font-size: 2.2em;
    line-height: 1;
}

.page-image-title h1 {
    padding: 10px 15%;
    max-width: max-content;
    margin: auto;
    font-size: 2.4em;
    font-weight: 600;
    text-align: center;
    line-height: .8;
    /* margin-bottom: 20px; */
}

.page-image-title h2 {
    padding: 10px 15%;
    max-width: max-content;
    margin: auto;
    font-size: 205%;
    font-weight: 600;
    text-align: center;
}

.page-image-title h3 {
    padding: 10px 100px 25px;
    max-width: max-content;
    margin: auto;
    font-size: 117%;
    font-weight: 300;
    text-align: center;
    text-shadow: 1px 1px lightgrey;
}

.page-image-title-overlay {
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 25px 0;
    padding: 15px 0 20px;
    text-align: center;
    width: 800px;
}

.page-image-title {
	margin: auto;
}
.page-image-title-small {
    padding: 100px;
    position: relative;
}

.page-image-title-mobile h1 {
    padding: unset;
    max-width: max-content;
    margin: auto;
    font-weight: 600;
    text-align: center;
    font-size: clamp(3rem, -1.6385rem + 8.4433vw, 3rem);
    line-height:1;
    text-shadow: 0.5px 0.5px black;
}

.frame {
  border-image: url('//s3-us-west-2.amazonaws.com/s.cdpn.io/4273/frame.png') 93 92 87 92 stretch stretch;
  border-style: inset;
  border-width: 60px;
  display: block;
  height: auto;
  margin: 10px auto;
}

@media all and (max-width: 500px) {
  img.frame { 
    border-width: 0px;
    width: 100%; }
}


@media (max-width: 990px) {

  .row {
    margin-right: 0;
    margin-left: 0;
  }

}


