#main_container {
    border: 1px solid #e8e4e3;
    float: none;
}

#slider {
    cursor: move;
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #ffffff;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#slider img {
    position: relative;
    z-index: 50;
    width: auto !important;
    border: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#bg_img {
    cursor: move;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    float: left;
    z-index: 200;
}

#control {
    width: 100%;
    position: relative;
    float: left;
    z-index: 201;
    border-top: 1px solid #e8e4e3;
    border-bottom: 1px solid #e8e4e3;
    padding: 5px 0px;
    background-color: #fff;
}


#control ul {
    margin-left: 0px;
    margin-bottom: -10px;
}

#control li {
    list-style-type: none;
    float: left;
    margin-left: 15px;
    cursor: pointer;
    color: #535252;
}

#zoom {
    float: right !important;
    margin-right: 15px;
}

#control li:hover {
    color: #42a5f5;
}

@media screen and (max-width: 765px) {
    #zoom {
        display: none;
    }

    #control {
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
    }
}

#modal_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}
