.image-svg {
  /*width: 100%;*/
}
}
.image-svg svg {
  max-height: 590px; 
}

/* Default */
.image-svg img{
    transition: all 0.5s ease;
}
/*.text-image-wrap .ti-section-image:hover{
    transform: scale(1.1);
}*/

/* Zoom in */
.zoom-in{
    transition: all 0.5s ease;
}
.zoom-in:hover{
    transform: scale(1.1);
}

/* Zoom out */
.zoom-out {
    transform: scale(1.1);
    transition: .3s ease-in-out;
}
.zoom-out:hover {
	  transform: scale(1);
}

/* Rotate */
.rotate {
    transform: rotate(15deg) scale(1.1);
	  transition: .3s ease-in-out;
}
.rotate:hover {
	  transform: rotate(0) scale(1);
}
.shown-content p {
    margin-bottom: 0;
}
.read-more .fa:before {   
  top: -14px;
  left: auto;
}
@media screen and (max-width: 991px) {
.hs-hero.pro-background.hs-hero-v3 .image-svg {
  order: 1;
  padding-top: 60px;
  /*padding-bottom: 40px;*/
}