/*change image on hover*/
._4ORMAT_content_pages_title:hover img{
  visibility: hidden;
}

#title_1:hover {
  background-image: url(https://format-com-cld-res.cloudinary.com/image/private/s--IhwPvEMs--/c_limit,g_center,h_900,w_65535/fl_keep_iptc.progressive.apng/v1/2a9dfc7bec34e3510fabbf974b87d1a3/arden_Dark_copy.png?1200);
  background-size:cover;
  background-repeat:no-repeat;
}

#title_1 {
  width: 200px;
}

