.fill_image {
    width: 100%;
    background-size: cover;
    height: 100%;
}

.fill_image img {
    display:none;
}

@media (max-width:768px)
{
    .fill_image img {
        display:block;
    }
}