@media(min-width:1080px) { 
.column-html-904 { 
display: none; 
background: #085294; 
background-position: top left; 
background-attachment: scroll; 
background-repeat: no-repeat; 
background-size: center; 
padding-left: 60px; 
padding-right: 60px; 
padding-top: 100px; 
padding-bottom: 0px; 
margin-top: -20px; 
margin-bottom: 0px; 
-webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 0%); 
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 0%); 
transition: clip-path 2s; 
-webkit-transition: clip-path 2s; 
} 
.column-html-904.inClipPath { 
} 
.column-html-904.outClipPath { 
} 
} 
@media(max-width:1079px) { 
.column-html-904 { 
display: none; 
background: #085294; 
background-position: top left; 
background-attachment: scroll; 
background-repeat: no-repeat; 
background-size: center; 
padding-left: 60px; 
padding-right: 60px; 
padding-top: 100px; 
padding-bottom: 0px; 
margin-top: -20px; 
margin-bottom: 0px; 
-webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 0%); 
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 0%); 
} 
} 
