.jBox-Notice .wpb_content_element{
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 420px) {
    /* phones */
    .jBox-content{
    	max-width: 350px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
    .jBox-content{
    	max-width: 650px;
    }
}