.float-item-wrapper {
    display: grid;
    grid: "." auto / auto;
}
.float-item-wrapper > .float-item:nth-child(n):not(.nothing) {
    width: 100%
}
.float-item-wrapper > .float-item:nth-child(1),
.float-item-wrapper > .float-item:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2
}
.float-item-wrapper > .float-item:nth-child(3) {
    margin: -100px 0 0
}

.item-comm-photo img {
    width: 100%;
}

.item-comm-photo{
    display: inline-block;
    width: 210px;
}

.item-comm-photo-width img {
    height: 100%;
}

.item-comm-photo-width{
    display: inline-block;
    height: 525px;
}
