.column-blog-latest-466 { 
background: #ededed url(''); 
padding-top: 50px; 
padding-bottom: 70px; 
margin-top: 20px; 
margin-bottom: 20px; 
transition: clip-path 1s; 
-webkit-transition: clip-path 2s; 
} 
.column-blog-latest-466.inClipPath { 
} 
.column-blog-latest-466.outClipPath { 
} 
.column-blog-latest-466 h2 { 
position: relative; 
float: none; 
font-family: Montserrat-Black; 
font-size: 25px; 
font-weight: 500; 
color: #000000; 
text-align: center; 
margin-top: 15px; 
margin-bottom: 15px; 
} 
.column-blog-latest-466 .blog-latest-element { 
background: #0ba3c8; 
border: 1px none #3c3c3c; 
padding: 0px 0px; 
margin-top: 10px; 
margin-bottom: 15px; 
} 
.column-blog-latest-466 .blog-latest-element .blog-latest-image{ 
position: relative; 
background: #ededed; 
padding: 0px 0px; 
margin-top: 0px; 
margin-bottom: 20px; 
overflow: hidden; 
} 
.column-blog-latest-466 .blog-latest-element .blog-latest-image img{ 
scale(1); 
-webkit-transform: scale(1); 
transform: scale(1);transition:all 1s ease; 
} 
.column-blog-latest-466 .blog-latest-element:hover .blog-latest-image img{ 
-webkit-transform: scale(1.2); 
transform: scale(1.2); 
} 
.column-blog-latest-466 .blog-latest-element .blog-latest-image .hover-description{ 
display: none; 
z-index: 2; 
} 
.column-blog-latest-466 .blog-latest-element:hover .blog-latest-image .hover-description{ 
position: absolute; 
display: block; 
min-width: 100%; min-height: 100%; 
z-index: 2; 
background: #0ba3c8; 
opacity: 0.84; 
padding: 40px 40px; 
top: 40px; 
left: 40px; 
} 
.column-blog-latest-466 .blog-latest-element:hover .blog-latest-image .hover-description h3{ 
position: relative; 
opacity: 1; 
padding: 5px 5px; 
margin-top: -20px; 
margin-bottom: -15px; 
color: #ffffff; 
text-align: left; 
font-family: Lato-Regular; 
font-size: 15px; 
} 
.column-blog-latest-466 .blog-latest-element:hover .blog-latest-image .hover-description p{ 
position: relative; 
opacity: 1; 
padding: 10px 10px; 
margin-top: 10px; 
margin-bottom: 20px; 
color: #000000; 
text-align: left; 
font-family: Arial; 
font-size: 12px; 
} 
.column-blog-latest-466 .blog-latest-element .blog-latest-header { 
position: relative; 
background: #0ba3c8; 
padding: 5px 5px; 
margin-top: -20px; 
margin-bottom: -15px; 
overflow: hidden; 
} 
.column-blog-latest-466 .blog-latest-element .blog-latest-header h3{ 
position: relative; 
padding: 0; 
margin: 0; 
color: #ffffff; 
text-align: left; 
font-family: Lato-Regular; 
font-size: 15px; 
} 
.column-blog-latest-466 .blog-latest-element .blog-latest-description { 
position: relative; 
display: none; 
background: #3c3c3c; 
padding: 10px 10px; 
margin-top: 10px; 
margin-bottom: 20px; 
overflow: hidden; 
} 
.column-blog-latest-466 .blog-latest-element .blog-latest-description p{ 
position: relative; 
padding: 0; 
margin: 0; 
color: #000000; 
text-align: left; 
font-family: Arial; 
font-size: 12px; 
} 
