.scene-tags { clear:both;display:block;padding:10px 0px 4px 10px !important; }
.scene-tags li {
    margin: 0px 12px 5px 0;
    float: left;
}
.scene-tags, .scene-tags li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom:4px;
}
.scene-tags a {
    display: block;
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    color: #000;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    margin-right: 15px;
    text-decoration: none;
    /*background: transparent;*/
}
.scene a {
    text-align: center;
}

.scene-tags a::before {
    border-bottom: 14px solid transparent;
    border-left: 8px solid #fff;
    border-top: 14px solid transparent;
    content: "";
    height: 0;
    right: -8px;
    position: absolute;
    top: 0;
    width: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}

.scene-tags a::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    right: -2px;
    position: absolute;
    top: 12px;
    width: 4px;
}

.scene-tags a:hover {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    transform: rotate(-7deg) scale(1.1);
    z-index: 10;
}
