/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Sep-2022, 11:20:44
    Author     : Danyal Ahmed
*/
.cornerLines {
  transform: scaleX(-1);
  position: fixed;
  right: 0%;
  bottom: -1%;
  z-index: 1;
}

.arrowLines {
  position: fixed;
  right: 5%;
  bottom: -1%;
  z-index: 1;
}

.deviceLines {
  position: fixed;
  right: -4%;
  bottom: -2%;
  z-index: 1;
}

.linesImg {
  max-width: 20vw;
  max-height: 65vh;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1800px) {
  .lines {
    display: none;
  }
}
@media screen and (max-height: 300px) {
  .arrowLines {
    display: none;
  }
}
@media screen and (max-height: 300px) {
  .cornerLines {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  .dlines {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .dlines {
    display: none;
  }
}
@media screen and (min-height: 860px) and (max-width: 1249px) {
  .dlines {
    display: block;
  }
}
@media screen and (min-height: 860px) and (max-width: 900px) {
  .dlines {
    display: none;
  }
}

/*# sourceMappingURL=lines.css.map */
