/* Start custom CSS */.shiuron-screen{
    transition: 0.2s ease-in-out;
    transform-origin: 50% 80%;
    z-index: 1;
}
.shiuron-screen:hover{
    transform: scale(1.25);
    z-index: 2;

}/* End custom CSS */