.jakrawal-left { position: absolute; top: 0; left: 0; width: 20%; min-width: 140px; height: 100%; /* background-image: url(/last-museum/static/media/last-museum/jakrawal-nilthamrong/left.png); background-position: left 40px center; background-repeat: no-repeat; */ cursor: url(/last-museum/static/media/last-museum/jakrawal-nilthamrong/left.png) 50 50, pointer; } .jakrawal-right { position: absolute; top: 0; right: 0; width: 20%; min-width: 140px; height: 100%; /* background-image: url(/last-museum/static/media/last-museum/jakrawal-nilthamrong/right.png); background-position: right 40px center; background-repeat: no-repeat; */ cursor: url(/last-museum/static/media/last-museum/jakrawal-nilthamrong/right.png) 50 50, pointer; } .jakrawal-text { position: absolute; bottom: 2rem; left: 0; width: 100%; padding: 0 5rem 0 5rem; /*color: rgba(255, 121, 13, 1.0);*/ color: rgba(255, 121, 13, 1.0); font-family: "Druk Wide"; font-size: 1.66vw; transition: opacity 0.2s; opacity: 0; text-align: left; } .jakrawal-text.hovering { opacity: 1; } .jakrawal-text-icon { position: absolute; top: 1rem; right: 3rem; cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png), pointer; }