.section-env {
}
.env-item {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.env-item a:hover,.env-item a:focus,.env-item a:active{
    text-decoration: none;
}
.env-item.col-lg-10 {
    float: none;
}
.env-photo {
    background: #fff;
    position: relative;
    margin: 0;
}
.env-photo .img {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    /*border:1px solid #d9d9d9;*/
    border-radius: 2px;
    transition: .3s;
}
.env-photo:hover .img{
    box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
}
.env-photo .img  img {
    width: 100%;
    max-height: 100%;
}
.env-photo .title {
    color: #304059;
    transition: .3s;
    margin: 0;
}
.env-photo:hover .title {
    text-shadow: 0 4px 8px rgb(0 0 0 / 16%);
}
.env-photo .img  video{
    width: 100%;
    max-height: 100%;
    object-fit:cover;
}
.section-body-title {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 0;
}
.section-body-desc {
    color: #999999;
}
.section-album {
    margin-top: 30px;
}
.post-photo{
    background-color: unset;
}
.post-photo .img{
    padding: 0;
}
.post-photo .place{
    padding-top: 100%;
}
.post-photo .item-main{
    margin-bottom: 0;
}
.post-photo .img-wrapper{
    padding-bottom:unset;
}