/* Shared style for old and new Thermal Shape layout */
.page-template-template-thermal-shape .faq_box_1:nth-child(1) .faq_box_content,
.page-template-template-thermal-shape-sg .faq_box_1:nth-child(1) .faq_box_content {
	max-width:none;
	width:90%;
}

/* New Thermal Shape layout for SG */
.faq_box_content_thermal {
  text-align: center;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  display: block;
  z-index: 5;
  padding-top: 150px;
  padding-bottom: 0px;

  position: relative;
}

.faq_box_bg_thermal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 3;
}

.faq_box_content_thermal {
  text-align: center;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  display: block;
  z-index: 5;
  padding-top: 150px;
  padding-bottom: 0px;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  .faq_box_bg_thermal img {
    content: url("//staging.strip.com.sg/wp-content/uploads/2020/01/mobile-TOP-FAQ-MASTHED-1024.jpg");
    width: 100%;

    position: absolute;
    z-index: 3;
  }
}

/* iphone 6 portrait */
@media only screen and (max-width: 670px) {
  .faq_box_bg_thermal img {
    content: url("//staging.strip.com.sg/wp-content/uploads/2020/01/mobile-TOP-FAQ-MASTHED-720.jpg");
    width: 100%;

    position: absolute;
    z-index: 3;
  }
}

@media only screen and (max-width: 400px) {
  .faq_box_bg_thermal img {
    content: url("//staging.strip.com.sg/wp-content/uploads/2020/01/mobile-TOP-FAQ-MASTHED-400.jpg");
    width: 100%;

    position: absolute;
    z-index: 3;
  }
}
