.alt-link {
    color: blue !important;
}

.bg-grayer {
    background-color: #e3e8e8 !important;
}

@media only screen and (max-device-width: 640px) {
    
    .altImg {
        float: none;

        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}