.lgxpage-header img {
  width: 80%;
  border: 5px;
  border: 10px #ccc solid;
}

.gimg{ float: left;
  width: 420px;
  height: 250px;
  padding: 0px;
  border: 5px #ccc solid;
  margin: 5px; } 
  
  
  @media only screen and (max-width: 600px) {
   
   
   .gimg{ float: left;
  width: 99%; 
  height: auto;
  padding: 0px;
  border: 5px #ccc solid;
  margin: 5px; } 
   
   
   .header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: auto; 
  display: block; 
  transition: 0.5s;
}

.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: auto; 
  margin-top: 0px;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}

.p-5 {
  padding: 0px !important; 
}

   
   
   
}