{
    "type":"news",    
    "colorScheme":"red_700",
    "container":{
        "style":{
            "position":"relative",
            "width":"500px",
            "height":"500px"
        },
        "color":["primary","base"]      
    },
    "masking":[
      {
        "style":{
            "zIndex":"2",
            "opacity":"0.6"
        },
        "class":"left-50",
        "gradient":false,
        "direction":"to right",
        "color":["normal","dark"]
      }
    ],
    "contents":[
    {
      "style":{
        "position":"absolute",      
        "top":"50px",        
        "right":"250px",
        "left":"0px",
        "bottom":"50px",
        "padding":"30px 20px 50px 20px",
        "zIndex":3
      },
      "showBackground":false,
      "backgroundColor":["primary","dark"],
      "class":"uk-flex uk-flex-column uk-flex-center uk-flex-middle",
      "items":[
        {
          "text":"News 2 Theme",
          "style":{
            "fontWeight":700,
            "fontSize":"32px",
            "lineHeight":"38px",
            "padding":"0px",           
            "margin":"0px",          
            "textAlign":"center"
          },
          "color":["normal","light"]
        },
        {
          "text":"Subtitle Here",
          "style":{
            "fontWeight":700,
            "fontSize":"18px",
            "lineHeight":"24px",
            "padding":"0px",          
            "margin":"0px",          
            "textAlign":"center"
          },
          "color":["normal","light"]
        },
        {
          "text":"Description text here.",
          "style":{
            "fontSize":"14px",
            "textAlign":"center"
          },
          "color":["normal","light"]
        }
      ]  
    }   
    ],
    "header":{
        "class":"uk-flex uk-flex-row uk-flex-left uk-flex-middle",
        "style":{
          "position":"absolute",
          "top":"0px",
          "right":"0px",
          "left":"0px",          
          "paddingTop":"20px",
          "paddingRight":"20px",
          "paddingBottom":"5px",
          "paddingLeft":"20px",              
          "zIndex":3
        },
        "backgroundColor":["primary","dark"],
        "textColor":["normal","light"],
        "showBackground":false,
        "imageItemWidht":"40px",
        "columnStyle":{
          "textAlign":"center",
          "padding":"5px"
        },
        "columns":[
          {
            "type":"image",
            "content":"assets/img/opilum_logo.svg",
            "style":{
              "width":"40px",
              "margin":"0px 5px 0px 5px"
            },
            "rasio":1
          }      
        ]
     },
     "footer":{
      "class":"uk-flex uk-flex-center uk-flex-middle",
      "style":{
        "position":"absolute",
        "bottom":"0px",
        "right":"0px",
        "left":"0px",          
        "paddingTop":"5px",
        "paddingRight":"20px",
        "paddingBottom":"5px",
        "paddingLeft":"20px",
        "borderTopLeftRadius":"20px",
        "borderTopRightRadius":"20px",            
        "zIndex":3
      },
      "backgroundColor":["primary","dark"],
      "textColor":["normal","light"],
      "showBackground":true,
      "imageItemWidht":"40px",
      "columnStyle":{
        "textAlign":"center",
        "padding":"0px"
      },
      "columns":[
        {
          "type":"image",
          "content":"assets/img/opilum_logo.svg",
          "style":{
            "width":"40px",
            "margin":"0px 5px 0px 5px"
          },
          "rasio":1
      }     
      ]
   },
    "pattern":{
      "name":"diamond_1",     
      "style":{"fill":""},
      "show":false,
      "containerStyle":{
        "zIndex":2
      },
      "color":["primary","dark"]
    },
    "images":[
      {
        "url":"assets/img/news_3.png",
        "rasio":1,
        "style":{
          "backgroundSize":"cover",
          "position":"absolute",
          "left":"0px",
          "top":"0px",
          "width":"500px",
          "height":"500px",
          "zIndex":1
        }
      }  
    ]
  }