/* Matias reseller form */
.matias-reseller-form iframe{
  height:1100px!important;
}
@media only screen and (max-width: 900px) {
	.matias-reseller-form iframe{
   height:1500px!important;
  }
}
/* Matias contact form */
.matias-contact-form iframe{
  height:750px!important;
}
@media only screen and (max-width: 900px) {
	.matias-contact-form iframe{
   height:900px!important;
  }
}



/* Thankyou page */
.matias-thankyou{
  display:grid;
  justify-content: center;
  padding-bottom:10vh;
}

.matias-thankyou-text{
  text-align:center;
}

.matias-thankyou-image{
  background-image: url(/images/mattias/illustration/undraw_Completed_m9ci.png);
  background-size: cover;
  height: 300px;
  background-repeat:no-repeat;
  background-position: center;
}

@media only screen and (min-width: 1024px) {
	.matias-thankyou-image {
    background-image: url(/images/mattias/illustration/undraw_Well_done_re_3hpo.png);
      width:20vw;
      height:40vh;
  }
}