#hero a.btn.social-icon img {
    filter: invert(50%) sepia(19%) saturate(1849%) hue-rotate(314deg) brightness(91%) contrast(115%);
}

#hero .hero-bottom-svg {
    display: none !important;
}

#hero .image img {
    box-shadow: none !important;
    border: none !important;
    filter: drop-shadow(2px 2px 0 white)
        drop-shadow(-2px 2px 0 white)
        drop-shadow(2px -2px 0 white)
        drop-shadow(-2px -2px 0 white);
}

#hero .image img:hover {
    box-shadow: none !important;
    filter: drop-shadow(2px 2px 0 white)
        drop-shadow(-2px 2px 0 white)
        drop-shadow(2px -2px 0 white)
        drop-shadow(-2px -2px 0 white)
        contrast(1.2) !important;
}

#hero .img-thumbnail {
    background: none;
}