/*Widescreenfix*/
.wrapper_center{
    text-align: center;
}

.slide_wrapper{
    text-align: center;
    display: grid;
}
.UnderRecImg{
    width: 540px;
    margin: auto;
    margin-top: 25px;
}
#zao{
    position: absolute;
    width:70px;
    top: 230px;
    left: 246px;
}
#zao {
    position: absolute;
    width: 17%;
    top: 270px;
    left: 124px;
}

#mo {
    position: absolute;
    width: 36%;
    top: 64%;
    left: 71%;
}

/*MAIN PAGE NEW*/
.main_page{
    margin: auto;
    padding-bottom: 80px;
}
.main_logo{
    width: 20%;
    margin: 15px;
}
.main_pic{
    width: 45%;
    display: block;
    margin: auto; 
}
#main_intro a{
    margin-top: 20px;
    display: inline-block;
}
.img_wrap img{
    width:20%;
}
.img_wrap2 img{
    width:20%;
}

.gal_info_window {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.8); 
}
.gal_modal-content .msg img {
    width: 50%;
}
/**/