body {
  margin: 0px;
}

.row {
  display: flex;
  height: 100vh;
}

.column_car {
  flex: 50%;
  text-align: center;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.link {
 flex: 50%;
  text-align: center;
  height: 100%;
}

 
.column_car:hover {
  cursor:pointer; 
  background-image: url("http://steamtar.pl/bg_steamtar_car_detailing.jpg");
 
}

.column_wash {
  flex: 50%;
  text-align: center;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.column_wash:hover {
  cursor:pointer; 
  background-image: url("http://steamtar.pl/bg_steamtar_mobilna_myjnia.jpg");
}


.logo {
  position: relative;
  top: 40%;
}

.logo_svg {
  width:284px; 
}

@media only screen and (max-width: 1025px) {
  
.logo_svg {
  width:200px; 
}

}

@media only screen and (max-width: 961px) {
  
  .row {
  display: block;
  height: 100vh;
}
  
  .link {
  text-align: center;
  height: 50%;
 
}
  
  .column_car {
  text-align: center;
  height: 50%;
 
}
 
  
.column_wash {
  text-align: center;
  height: 50%;

}

  .logo {
  position: relative;
  top: 30%;
}

}
