    @charset "utf-8";
    /* CSS Document */
    /* facebook widget */
    
    #facebook_slider_widget {
        position: fixed;
        right: 0;
        top: 101px;
        width: 50px;
        /* 340 */
        height: calc(60vh - 100px);
        /*height: 568px;*/
        z-index: 999;
        overflow: hidden;
        transition: ease 1s;
    }
    
    #fc-insider {
        position: absolute;
        right: 0;
        top: 0;
        width: 290px;
        /* height: calc(50vh - 130px); */
        height: 568px;
    }
    
    #fc-button {
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -50px;
        width: 290px;
        /* height: calc(50vh - 130px); */
        height: 568px;
        cursor: pointer;
    }
    
    #widgetcontent {
        position: absolute;
        right: 0;
        top: 0;
        width: 290px;
        /* height: calc(50vh - 130px); */
        height: 568px;
        overflow: hidden;
    }
    
    .fc-hide {
        margin-right: -290px;
        transition: ease 1s;
    }
    
    .fc-open {
        margin-right: 0px;
        transition: ease 1s;
    }
    
    @media (max-width: 576px) {
        #facebook_slider_widget {
            display: none;
        }
    }