.ie .start-action_timer {
  padding-left: 0;
  padding-right: 0;
}

.ie .start-action_header {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 767px) {
  .ie .start-action_girl, .ie .start-action_timer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ie .start-action_body {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 1200px) {
  .ie .start-action {
    background-position: left center;
  }
}

@media screen and (max-height: 870px) {
  .ie .start-action {
    background-position-y: 20vh;
  }
}

@media screen and (max-width: 767px) {
  .ie .start-action .row {
    display: block;
    height: 100%;
  }
}
