img.options {

    cursor: pointer;
    position: absolute;
    height: 34px;
    width: 45px;
    transition: transform 0.5s;
    transition-timing-function: ease;
}

img.options:active {

    transform: scale(0.8) /*rotate(270deg)*/;
}

#item {

    cursor: pointer;
}

.menu {

    position: relative;
    top: 2px;
    left: -8px;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 3;
}

#submenu {

    display: none;
    position: absolute;
    top: 22px;
    left: -10px;
    background-color: #6D00FF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}