@media(min-width:1080px) { 
.column-html-453 { 
display: none; 
background: #ffffff; 
background-position: top left; 
background-attachment: fixed; 
background-repeat: no-repeat; 
background-size: cover; 
padding-left: 45px; 
padding-right: 45px; 
padding-top: 0px; 
padding-bottom: 50px; 
margin-top: 0px; 
margin-bottom: 0px; 
transition: clip-path 2s; 
-webkit-transition: clip-path 2s; 
} 
.column-html-453.inClipPath { 
} 
.column-html-453.outClipPath { 
} 
} 
@media(max-width:1079px) { 
.column-html-453 { 
display: block; 
background: #ffffff; 
background-position: top left; 
background-attachment: fixed; 
background-repeat: no-repeat; 
background-size: cover; 
padding-left: 45px; 
padding-right: 45px; 
padding-top: 0px; 
padding-bottom: 50px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
} 
