.shortcode-highlight {
    background-color: rgba(141,198,63,0.35);
    padding: 15px;
    width: calc(100% - 30px);
}

@media only screen and (min-width: 720px) {
    .shortcode-highlight {
        padding: 30px;;
    }
}