@charset "utf-8";
/* CSS Document */

.mb-2.copy a:hover .onCopy {
opacity: 1;
}

.mb-2.copy {
position: relative;
}

span.onArea {
margin-top: 0;
}

span.onCopy {

position: absolute;
line-height: 14px !important;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.7);
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
z-index: 5;
padding: 5px !important;
font-size: 90% !important;
color: #FFF;
font-weight: normal;
text-align: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
white-space: normal;
}

@media screen and (max-width: 520px){
	.published{
		margin-top: auto;
	}
	
.corner {
display: flex;
flex-direction: column;
}
	
.pt-2, .py-2{
display: none;
}	
}