.actus-anit * { box-sizing: border-box; }

.actus-anit-cloud {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
	padding: 20px 0;
}

.actus-anit-cloud .actus-animated-tag {
    margin: 0;
    padding-top: 20px;
    color: white;
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
    white-space: nowrap;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: fadeinout 10s linear forwards;
    animation: fadeinout 10s linear forwards;
    opacity: 0;
}

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}
}
.actus-anit-cloud .actus-animated-tag:hover { opacity: 1 !important; }

.actus-clear { clear: both; }

/****************************************** SETTINGS */ 
