﻿#layout {
    position: absolute;
    width: 20%;
    cursor: pointer;
    height: auto;
    top: 50%;
    left: 48%;
    /*margin-top: -118px;
    margin-left: -150px;*/
    transform: translate(-40%, -40%);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: transparent;
}
