 
 
  .image{
    height: 100vh;
  }
  .desk-image {
    object-fit: center;
    width: 100%;
    height: 100% !important;
    display: block;
  }
.mbl-image {
  object-fit: center;
    width: 100%;
    height: 100%;
  display: none;
}

.btn-overlay {
    width: 100%;
    position: absolute;
    bottom: 2%;

}
.button-1 img{
  width: 90%;
}
.button-2 img{
  width: 90%;
}
 .address p{
        color: black;
        font-weight: bold;
  text-transform: uppercase !important;

 }
 .home-btn{
  position: absolute;
  top: 6%;
  left: 6%;
  
  
}
.gch-logo{
  position: absolute;
  top: 5%;
  right: 5%;
  width: 10%;
}
.gch-logo img{
  width: 100%;
}
.home-btn a{
  box-shadow: 0px 0px 5px black; 
  border-radius: 20px;
  border: 2px solid #F07F22;
  color: #F07F22;
  font-weight: bold;

}
.home-btn a:hover{
 transition: 0.6s;
  background-color: #f58223;
  color:white;
}
 
@media (max-width:502px)
{
  .image {
    height: auto;
}
  .desk-image {
    display: none !important; 
}
.mbl-image {
  display: block !important;
  margin-top: 20px;
}
.btn-overlay {
    width: 100%;
    position: absolute;
    bottom:2%;
}
.button-1 img{
  width: 100%;
}
.button-2 img{
  width: 100%;
}
.address p{
  color: black;
  font-weight: bold;
  font-size: 11px;
}
.home-btn{
position: relative;
bottom: -40px;
left: 135px;
width: 40%;
 

}
.gch-logo{
  position: absolute;
  top: 1%;
  left: 2%;
  width: 20%;
}

.home-btn a{
  font-size: 10px;
}
.home-botton{
        padding:20px 0px 20px 0px;
}
}

@media (max-width:368px)
{
  .image {
    height: auto;
}
  .desk-image {
    display: none !important; 
}
.mbl-image {
  display: block !important;
  margin-top: 20px;
}
.btn-overlay {
    width: 100%;
    position: absolute;
    bottom:2%;
}
.button-1 img{
  width: 100%;
}
.button-2 img{
  width: 100%;
}
.address p{
  color: black;
  font-weight: bold;
  font-size: 11px;
}
.home-btn{
position: relative;
bottom: -40px;
left: 135px;
width: 40%;
 
}
.home-botton{
    padding:20px 0px 20px 0px;
}
.gch-logo{
  position: absolute;
  top: 1%;
  left: 2%;
  width: 20%;
}
.home-btn a{
  font-size: 10px;
}
}
 