.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.slide-menu-right {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: -940px;
    top: 0;
    width: 940px;
    height: 100%;
    border-left: 1px solid black;
}

.toggle-slide-right {
    border: 0 !important;
    background-color: white !important;
}

.close-menu{
    color: black;
    width: 100px;
    background-color: white;
    border: 0;
}

.close-button{
    width: 50px;
    height: 50px;
    color: #000000;
    opacity: 1;
}

.close-menu:hover {
    cursor:pointer;
}

body.smr-open .slide-menu-right {
    right: 0
}

.big-side-text{
    text-align: left;
    font: normal normal 900 50px/75px Playfair Display;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: block;
}

.small-side-text{
    text-align: left;
    font: normal normal normal 25px/30px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: block;
    margin-bottom: 10px;
}

.bottom-border{
    border-bottom: 1px solid black;
}

.bottom-border2{
    border-bottom: 1px solid black;
}

.big-side-text:hover, .small-side-text:hover{
    color: #707070;
}

@media screen and (max-width: 1400px){
    .big-side-text{
        font: normal normal 900 40px/60px Playfair Display;
    }
    .small-side-text{
        font: normal normal normal 20px/28px Roboto;
        margin-bottom: 10px;
    }
    .slide-menu-right {
        right: -700px;
        width: 700px;
    }
}

@media screen and (max-width: 1200px){
    .big-side-text{
        font: normal normal 900 40px/60px Playfair Display;
    }
    .small-side-text{
        font: normal normal normal 20px/28px Roboto;
        margin-bottom: 10px;
    }
    .slide-menu-right {
        right: -600px;
        width: 600px;
    }
}
@media screen and (max-width: 992px){
    .big-side-text{
        font-size: 35px;
    }
    
    .small-side-text{
        font-size: 18px;
        margin-bottom: 7px;
    }
    .slide-menu-right {
        right: -500px;
        width: 500px;
    }
}
@media screen and (max-width: 768px){
    .big-side-text{
        font-size: 30px;
    }
    .small-side-text{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .slide-menu-right {
        right: -390px;
        width: 390px;
    }
}
@media screen and (max-width: 576px){
    .big-side-text{
        font: normal normal 900 23px/42px Playfair Display;
    }
    .small-side-text{
        font-size: 15px;
        margin-bottom: 5px;
        margin-bottom: 5px;
    }
    .slide-menu-right {
        position: fixed;
        z-index: 1000;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        right: -575px;
        top: 0;
        width: 100%;
        height: auto;
        border-left: none;
        margin: 0px;
    }
    .bottom-border2{
        border: none;
    }
}