﻿#mobile {
    display: none;
}


@media screen and (max-width:767px) {
    #mobile {
        display: block;
    }

    #laptop {
        display: none;
    }
}
