.thank-you .header .topnav {
	position: fixed;
	height: auto;
}

.thank-you .block {
	background-image: url('/images/forms/thank-you-image.jpg');
}

.thank-you .block .table {
  padding-bottom: 10%;
  padding-top: 10%;
  max-height: 560px;
  min-height: 150px;
}

.thank-you .block h1 {
	margin-bottom: 0;
}

.thank-you .block .font-large {
	margin-bottom: 3%;
	margin-top: 20px;
}

@media (min-width: 1420px) {
 .thank-you .block .table {
    height: 560px;
    padding-bottom: 0;
	padding-top: 0;
    overflow: hidden;
  }
}



@media (min-width: 768px) and (max-width: 992px) {
  .thank-you .block .table h1 {
    font-size: 36px;
  }
}

@media (max-width: 1240px) {
  .thank-you .block .table h1 {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .thank-you .block .table .small-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  
  .thank-you .block .table h2,
  .thank-you .block .table p {
    display: none;
  }
}

@media (max-width: 680px) {
  .thank-you .block .table h2 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  /* .thank-you .block .table .view {
    display: none;
  } */
  
  .thank-you .block .table h2 {
    font-size: 36px;
  }
}

@media (max-width: 320px) {    
  .thank-you .block .table h1 {
    font-size: 30px;
  }
}


