

.mcfw-layout-main {
    padding: 5vw 5vw;
}

.pools,
.pool_covers {
    margin-top: calc(14vh);
}

.pool_covers > .page-decorator {
    position:absolute;
    height: calc(1vh * 60.92);
    background-color: #efefef;
    width:100%;
    z-index: -1;
    left: 0px;
    top: 0px;
}

.pools > .page-decorator {
    position:absolute;
    height: calc(1vh * 60.92);
    background-color: #efefef;
    width:100%;
    z-index: -1;
    left: 0px;
    top: 0px;
}

.news > .page-decorator {
    position:absolute;
    height: calc(1vh * 60.92);
    background-color: #efefef;
    width:100%;
    z-index: -1;
    left: 0px;
    top: 0px;
}



.poolcover_modelgrid {
    margin-left: -32px;
    margin-right: -32px;
}

.pool_modelgrid {
    margin-left: -32px;
    margin-right: -32px;
}