.dsm_blob_image_img {
width: 100%;
height: 100%;
}
.dsm_blob_image_wrap {
line-height: 0;
position: relative;
overflow: hidden;
border-style: solid;
display: block;
}
.dsm_blob_image_overlay .dsm_blob_image_img{
-o-object-fit: cover;
object-fit: cover;
background-blend-mode: overlay;
mix-blend-mode: overlay;
}
.dsm_blob_overlay_wrapper {
transform: translate(0%, -100%);
height: inherit;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.dsm_blob_overlay_text {
width: 100%;
}
.dsm_blob_title, .dsm_blob_description {
text-align: center;
padding-bottom: 20px;
}
.dsm_blob_title {
line-height: 1em;color: #fff;}
.dsm_blob_description {
line-height: 1.7em; color: #fff;}
.dsm_blob_image_content_hover .dsm_blob_overlay_text {
opacity: 0;
transition-duration: 200ms;
transition-property: all;
}
.dsm_blob_image_content_hover:hover .dsm_blob_overlay_text {
opacity: 1;
}
.dsm_blob_image_button_wrapper {
text-align: center;
}
.dsm_blob_image_one {
border-radius: 71% 29% 41% 59% / 59% 43% 57% 41%;
}
.dsm_blob_image_two {
border-radius: 72% 28% 70% 30% / 36% 50% 50% 64%;
}
.dsm_blob_image_three {
border-radius: 40% 60% 27% 73% / 60% 75% 25% 40%;
}
.dsm_blob_image_four {
border-radius: 40% 60% 72% 28% / 65% 29% 71% 35%;
}
.dsm_blob_image_five {
border-radius: 45% 55% 37% 63% / 63% 73% 27% 37%;
}
.dsm_blob_image_six {
border-radius: 47% 53% 47% 53% / 38% 75% 25% 62%;
}
.dsm_blob_image_seven {
border-radius: 50% 50% 42% 58% / 38% 68% 32% 62%;
}
.dsm_blob_image_eight {
border-radius: 31% 69% 57% 43% / 27% 48% 52% 73%;
}
.dsm_blob_image_nine {
border-radius: 46% 54% 17% 83% / 30% 24% 76% 70%;
}
.dsm_blob_image_ten {
border-radius: 72% 28% 83% 17% / 46% 28% 72% 54%;
}
.dsm_blob_image_eleven {
border-radius: 66% 34% 83% 17% / 22% 65% 35% 78%;}
.dsm_blob_image_twelve {
border-radius: 18% 82% 51% 49% / 61% 68% 32% 39%;
}
.dsm_blob_image_thirdteen {
border-radius: 59% 41% 41% 59% / 29% 48% 52% 71%;
}.dsm_shapes {
display: inline-block;
}
.dsm_shapes_square {
width: 80px;
height: 80px;
}
.dsm_shapes_circle {
border-radius: 50%;
}
.dsm_shapes_rectangle {
width: 80px;
height: 40px;
}
.dsm_shapes_triangle {
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-bottom: 80px solid #000;
}
.dsm_shapes_oval {
width: 80px;
height: 40px;
border-radius: 50%;
}
.dsm_shapes_trapezoid {
width: 80px;
height: 0px;
border-bottom-width: 32px;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
}
.dsm_shapes_parallelogram {
width: 80px;
height: 40px;
transform: skew(20deg);
}
.dsm_shapes_diamond_square {
width: 80px;
height: 80px;
transform: rotate(45deg);
}
.dsm_shapes_hexagon {
position: relative;
}
.dsm_shapes_hexagon:before,
.dsm_shapes_hexagon:after {
content: "";
position: absolute;
width: 0;
}
.dsm_shapes_hexagon:before {
bottom: 100%;
}
.dsm_shapes_hexagon:after {
top: 100%;
}
.dsm_shapes_blob_one {
border-radius: 71% 29% 41% 59% / 59% 43% 57% 41%;
}
.dsm_shapes_blob_two {
border-radius: 72% 28% 70% 30% / 36% 50% 50% 64%;
}
.dsm_shapes_blob_three {
border-radius: 40% 60% 27% 73% / 60% 75% 25% 40%;
}
.dsm_shapes_blob_four {
border-radius: 40% 60% 72% 28% / 65% 29% 71% 35%;
}
.dsm_shapes_blob_five {
border-radius: 45% 55% 37% 63% / 63% 73% 27% 37%;
}
.dsm_shapes_blob_six {
border-radius: 47% 53% 47% 53% / 38% 75% 25% 62%;
}
.dsm_shapes_blob_seven {
border-radius: 50% 50% 42% 58% / 38% 68% 32% 62%;
}
.dsm_shapes_blob_eight {
border-radius: 31% 69% 57% 43% / 27% 48% 52% 73%;
}
.dsm_shapes_wrapper {
border-style: solid;
border-color: #333333;
}