.iot_innovation_challenge_bg {
  background-color: #444;
  background-image: url(../event/iic_img/1116_031.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  .iot_innovation_challenge_bg .ins {
    background-color: rgba(40, 40, 40, 0.85);
    width: 100%;
    height: 100%; }
  .iot_innovation_challenge_bg .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #f4f6da;
    text-align: center;
    width: 100%;
    height: 60vh;
    min-height: 500px; }
    @media screen and (max-width: 599px) {
      .iot_innovation_challenge_bg .cons {
        width: calc(100% - 1em);
        margin: 0 auto; } }
    .iot_innovation_challenge_bg .cons h1.title {
      font-size: 2.5em;
      margin-bottom: 0.5em;
      font-weight: bold; }
    .iot_innovation_challenge_bg .cons h2 {
      font-size: 6em;
      font-weight: 700; }
    .iot_innovation_challenge_bg .cons p.copy {
      font-size: 2em;
      line-height: 1.325em;
      margin-top: 1em;
      font-weight: bold; }
    @media screen and (max-width: 1049px) {
      .iot_innovation_challenge_bg .cons {
        height: auto;
        min-height: auto;
        padding: 6em 0; }
        .iot_innovation_challenge_bg .cons p.copy br {
          display: none; } }
    @media screen and (max-width: 999px) {
      .iot_innovation_challenge_bg .cons h1.title {
        font-size: 2em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 2.5em; } }
    @media screen and (max-width: 767px) {
      .iot_innovation_challenge_bg .cons h1.title {
        font-size: 2em; }
      .iot_innovation_challenge_bg .cons h2 {
        font-size: 5em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 2em; } }
    @media screen and (max-width: 599px) {
      .iot_innovation_challenge_bg .cons h1.title {
        font-size: 1.5em; }
      .iot_innovation_challenge_bg .cons h2 {
        font-size: 3em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 1.5em; } }
    @media screen and (max-width: 349px) {
      .iot_innovation_challenge_bg .cons h2 {
        font-size: 2.5em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 1.25em; } }

.iot-innovation-challenge_image {
  float: right;
  margin-left: 1.5em;
  width: 360px; }
  @media screen and (max-width: 599px) {
    .iot-innovation-challenge_image {
      float: none;
      margin: 0 auto 1em;
      width: 80%; } }
  .iot-innovation-challenge_image img {
    width: 100%;
    max-width: 587px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.to_site {
  margin: 3em auto 0;
  width: 80%;
  max-width: 330px;
  text-align: center; }
  .to_site img {
    width: 100%;
    margin-top: 0.5em;
    border: 1px solid #ccc; }
