body { background: url("https://i.lb.ua/static/favbet3/back.jpg") no-repeat fixed top center; cursor: pointer; }

.branding { margin: 0 auto; max-width: 900px; cursor: auto; }
.branding-banner-700 { display: none; margin: 0; }
.branding-banner-700 a:hover { border-bottom: none; }
.branding-banner-700 img { width: 100%; }
.branding-banner-450 { display: none; margin: 0; border-bottom: none !important; }
.branding-banner-450 a:hover { border-bottom: none; }
.branding-banner-450 img { width: 100%; }

.featured-item { display: grid; box-sizing: border-box; grid-auto-columns: 1fr; grid-column-gap: 0; grid-row-gap: 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto; margin-bottom: 20px; }
.featured-item a:hover { border-bottom: none; }
.featured-item .photo { width: 100%; border-radius: 6px; object-fit: cover; }
.featured-content { display: flex; justify-content: center; align-items: flex-start; flex-direction: column; height: 100%; padding-left: 2em; grid-row-gap: 1rem; }
.featured-item .title { display: block; font-size: 24px; line-height: 30px; font-weight: bold; }
.featured-item .text { display: block;  }
.lenta-photo-video li .title-block { font-size: 20px; font-weight: bold; max-height: none; }
.lenta-photo-video li { border-top: none; margin-bottom: 14px; }
.lenta-photo-video li .photo-block { border: none; border-radius: 6px; max-height: 310px; }


@media screen and (max-width:1200px)
{
    body { background: none ; }
}

@media screen and (min-width:561px) and (max-width:1200px)
{
    .branding-banner-700 { display: block; margin: 10px 0 15px; }
}

@media screen and (max-width:560px)
{
    .branding-banner-450 { display: block; margin: 10px 0 15px; }
    .featured-item { display: block; }
    .featured-content { padding-left: 0; grid-row-gap: 0.3rem; }
}