@media only screen and (max-width: 1100px) AND (max-device-width: 1100px) {
  .container-wider {
    width: 100%;
    padding: 0 20px;
    }

  .container {
    width: 100%;
    padding: 0 20px;
    }

  .txtBubble {
    font-size: 22px;
    }

  .speakingGirl,
  .speakingBoy {
    height: 130px;
    }

  .girlText {
    top: 25px;
    width: 300px;
    left: 120px;
    }

  .boyText {
    width: 300px;
    right: 120px;
    }

  .gotoDemo .btn.cta {
    bottom: 15px;
    left: 120px;
    }
  }