My images are only displaying as white in Mozilla but fine on other browsers. I've tried using -moz without success. It's a simple fix that I can't seem to locate. Any help would be appreciated.
Just a quick note, the images appear blank when the page loads, but they work perfectly when hovered over.
/*Projects Page CSS*/
.portfolio-item {
margin-bottom: 30px;
}
.card-title {
color: white !important;
}
.card-modal-header {
color: #F15632 !important;
text-shadow: 1px 1px 0px black !important;
}
...
<div class="container-fluid">
...
</div>