.main-screen {
  height:650px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .main-screen {
    
    display: none;
    
  }  
}