
.con-image{
  margin-left: 5%;
  margin-right: 5%;
}

.con-image .ga a img {
  width: 300px;
  height: auto;
  margin: 10px 0px 10px 10px ;
  /* border: 5px solid red;
  border-radius: 5px; */
  -webkit-transition: transform .15s ease;
  -moz-transition: transform .15s ease;
  -o-transition: transform .15s ease;
  -ms-transition: transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.con-image .ga a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.regigif{
  height: 90px;
}
.logogif{
  width: 400px;
}

.headrol{
  z-index: 1;
}


@media only screen and (max-width: 600px) {
  .regigif{
    display:block;
    width:100%; height:100%;
    object-fit: cover;
  }
  .logogif{
    width: 200px;
  }
  
  
}