@media screen and (max-width: 991px) {
  #main_container {
    width: 730px;
  }

  #homepage_screenshot {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #homepage_testimonial_container {
    overflow: hidden;
    width: 100%;
  }

  .testimonial_box_container {
    width: 30%;
  }

  .testimonial_box {
    width: 90%;
  }

  .arrow-down {
    margin: 0 0 0 80px;
  }

  #sqworl_extras_container {
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  #canvas {
    width: 100% !important;
    height: auto !important;
  }

  #accordion li {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  #main_container {
    width: 90%;
  }

  #sqworl_boxes_content, #sqworl_follow_boxes_content, .sqworl_3_box_dash_container, .sqworl_3_box_container, .extras_content, #about_container, #account_container, .main_ad_container {
    width: 100%;
  }

  #top_header {
    position: relative;
    margin: 10px auto;
    height: 150px;
    text-align: center;
  }

  #logo {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #logo img {
    margin-top: 0;
  }

  #reg_login_container {
    position: absolute;
    bottom: 0;
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .sqworl_dash_box {
    display: inline-block;
  }

  .sqworl_dash_box_follow {
    display: inline-block;
    float: none;
  }

  .sqworl_dash_list {
    float: none;
    width: 100%;
  }

  .testimonial_box_container {
    margin-bottom: 30px;
    width: 100%;
  }

  #homepage_screenshot {
    border-right: none;
    border-left: none;
  }

  .arrow-down {
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .testimonial_box {
    width: 95%;
  }

  .extras_icon {
    display: inline-block;
    float: none;
    margin-right: 30px;
    margin-left: 30px;
  }

  #share_container {
    width: auto;
    text-align: center;
  }

  #sqworl_boxes_content {
    width: 100% !important;
  }

  .sqworl_search_box {
    margin: 15px 10px;
  }
}
@media screen and (max-width: 550px) {
  #top_header {
    height: 200px;
  }

  .sqworl_dash_box_container {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .sqworl_dash_box, .sqworl_dash_box_follow {
    display: block;
    float: none;
    margin: 20px auto;
    padding: 5px;
  }

  .dash_desc {
    top: 0;
    left: 0;
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .follow_title_header {
    left: 0;
    text-align: center;
  }

  #search_container {
    display: block;
    float: none;
    margin: 20px auto;
  }

  .sqworl_img_box {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .share_button {
    display: inline-block;
    float: none;
    margin-right: 30px;
    width: auto;
    text-align: center;
  }

  #share_container {
    padding: 15px;
  }

  .stitched {
    padding: 15px 0;
  }

  .extras_icon {
    margin: 0 10px;
  }

  .sqworl_search_box {
    display: block;
    float: none;
    margin: 20px auto;
  }

  .testimonial_face {
    left: 5px;
  }
}
