/* Hide one specific linked image on homepage */
a[href="https://epiccontractingltd.com/"] img {
display: none;
}