/*
Theme Name: jublee
Theme URI: http://underscores.me/
Author: TRG
Author URI: http://trgworld.com
Description: Theme for Jublee
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jublee
Tags:
*/
.responsiveDesktop_block{
    display: none !important;
}
@media only screen and (max-width: 400px) {
    .responsiveDesktop_block {
        display:block;
    }
    
    .responsiveMobile_block{
        display:none;
    }
}