#foogallery-gallery-438.fg-justified .fg-item { margin-right: 5px; margin-bottom: 5px; }
#foogallery-gallery-438.fg-justified .fg-image { height: 250px; }

"White Box"
Ink and graphite on paper

"Without title"
Ink on Paper

"Mask"
Ink on paper and Procreate

"Cape"
Ink on paper and Procreate

"Don't be hasty"
Acrylic on Paper

"Troubles"
Acrylic on Paper

"Whale Girl"
Draw This in Your Style from Malakkai

"Hand of Glory"
Print design

"Hand of Glory 2"
Print design

"The Kiss"
Draw this in your style from Wasted Pleasures

"Lorna"
Draw This in Your Style from Diberkato

"Drone Hunter"
Acrylic on paper

"Combustion"
Graphite on paper and digital coloring

"Acid Rain"
Graphite on Paper and digital coloring

"Demons"
Acrylic on paper

Hansel & Gretel
"Abandoned"
Digital illustration

Hansel and Gretel
the Cage
Digital Illustration

Hansel and Gretel
"the Oven"
Digital Illustration

"Huginn and Muninn"
Ink and Ecoline on paper

"The seashell"
Oil on canvasboard

"Sketchy Monday"
Colored Pencils on paper

"Photosynthesis"
Graphite on Paper and digital coloring

"Mindscape 2"
Digital painting over photo

"Mindscape 1"
Digital painting over photo

Treemen
Character design
Digital Illustration
/* Opacity on hover
.fg-type-image{
-webkit-transition: opacity 2s;
-moz-transition: opacity 2s;
-o-transition: opacity 2s;
transition: opacity 2s;
opacity: 0.8;
}
.fg-type-image:hover {
opacity: 1;
}
/* Two pictures gallery */
@media only screen and (max-width: 600px) {
.fg-type-image{
opacity: 1;
}
}*/