.node__content{
    margin-top: 0;
}
.wp-block-video{
    margin: 0;
}
.container-fluid,.container-fluid .row{
    --bs-gutter-x:0  !important;
    --bs-gutter-y:0  !important;
   
}
.path-frontpage .field--name-title{
    display: none;
}
.node .field--type-image{
    float:none;
    margin:0;
}
.wp-block-column:not(:first-child){
    margin-left: 0 !important;
}
.wp-block-image{
    margin: 0;
}
.views-row img{
    width: 100%;
    height: auto;
}