/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/jet-marker/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.jet-marker {
  background: -webkit-gradient(linear, right top, right bottom, color-stop(60%, transparent), color-stop(60%, #E8E9EC));
  background: -webkit-linear-gradient(top, transparent 60%, #E8E9EC 60%);
  background: linear-gradient(to bottom, transparent 60%, #E8E9EC 60%);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .jet-marker {
    background: -webkit-gradient(linear, right top, right bottom, color-stop(50%, transparent), color-stop(50%, #E8E9EC));
    background: -webkit-linear-gradient(top, transparent 50%, #E8E9EC 50%);
    background: linear-gradient(to bottom, transparent 50%, #E8E9EC 50%);
  }
}
