﻿/*
.fold {
    content: " ";
    padding: 25px 25px;
    position: fixed;
    font-size: 90%;
    text-decoration: none;
    color: #999;
    border-color: red;
    border-width: 3px;
    border-style: solid;
    transition: all ease .5s;
  
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: repeat;
    z-index: 90003;
    right: 50px;
    bottom: 0;
}
.folden {
    content: "";
    height: 400px;
    padding: 25px 25px;
    position: relative;
    font-size: 90%;
    text-decoration: none;
    color: #999;
    width: 150px;
    transition: all ease .5s;
    background-image: url('/img/sezin-logo-2020-en.png');
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

#foldrotate {
    z-index: 90;
 
    position: absolute;
    right: 15px;
 
}
    */