.artistic {
    z-index: 9;
    position: relative;
    display: none;

    &[top] {
        margin-bottom: -40px;
        transform: rotate(-180deg);     
    }

    &[bottom] {
        margin-top: -40px;
        transform: rotate(-360deg);
    }    
}