.platforms_bild_1 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  border-bottom: white solid 1px;
  display: none;
}

.boton {
  font-size: 20px;
}
@media only screen and (max-width: 1220px) {
  .container_platform {
    width: 90%;
  }
}
@media only screen and (max-width: 1000px) {
  .name {
    font-size: 10vw;
  }
  .name2 {
    font-size: 3rem;
  }

  /* For mobile phones: */
  .platforms_bild_1 {
    display: initial;
  }
  canvas,
  .ani_platform_descrip_1 {
    display: none;
  }
  .platform_tech_img img {
    width: 100%;
    position: relative;
  }
  .platform_tech_img {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
  }

  .platform_tech_detail_1,
  .platform_tech_detail_2 {
    display: none;
  }
  .ani_platform_tech {
    flex-direction: column;
  }

  .container_platform {
    width: 80%;
  }

  .scroll_down {
    height: 10vw;
    width: 10vw;

    right: calc(50% - 5vw);
  }
  .descrip_title,
  .tech_section_title,
  .platform_module_title {
    font-size: 3.8vw;
  }
  .descrip_body,
  .tech_row,
  .platforms-button,
  .boton {
    font-size: 2.8vw;
  }

  .platform_module_margin {
    display: none;
  }
  .descrip_body {
    line-height: 4.5vw;
  }

  .video_img::before {
    display: none;
  }
  .video_img {
    transform: scale(1);
  }
}
