/* whatsapp feature */
.my-floats:hover {
  transform: scale(1.1);
}
.my-floats {
  width: 80px;
  left: 5px;
  bottom: 50px;
  position: fixed;
  z-index: 999;
  transition: transform 0.5s ease;
}

@media only screen and (max-width: 600px) {
  .my-floats:hover {
    transform: scale(1.1);
  }
  .my-floats {
    width: 80px;
    left: 5px;
    bottom: 0px;
    position: fixed;
    z-index: 999;
    transition: transform 0.5s ease;
  }
}

.img-fluids{
  width: 350px;
  height: 350px;
  border:2px solid grey;
}

/* download catalogue  */
.icon-bar-1 {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #EB1118;
  padding:0px 10px;
  border-radius: 10px;
}
.icon-bar-1 a {
  display: block;
  margin: 10px 0;
  text-align: center;
}
