﻿.hero {
    background-color: #93000b ;
    background-image: none;
}

.hero .container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero .hero__content
{    
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 552px;
    flex-basis: 100%;
}

.hero_media {
    max-width: 43%;
    flex-basis: 100%;
}

@media (min-width: 600px)
{
    .channels-article-block:hover .lifter, .channels-article-block:focus .lifter
    {
        margin: 0 !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none;
    }
}

@media screen and (min-device-width: 260px) and (max-device-width: 599px)
{
    .hero_media
    {
        max-width: 100%;
        flex-basis: 100%;
    }

    .channel-bar-wrapper .button-group .buttonGreen
    {
        width: 100% !important;
    }

    .channel-bar-wrapper .button-group .btnactive
    {
        display: block !important;
        width: 100%;
        margin-top: 10px;
    }

    .hero .container
    {
        display: block;
    }

    .polska-small-carousel .section-header
    {
        display: block;
    }

    .button-link.button--secondary
    {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .nav-buttons
    {
        top: 80%;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 820px)
{
    .channel-bar-wrapper .button-group .buttonGreen
    {
        width: 100% !important;
    }

    .channel-bar-wrapper .button-group .btnactive
    {
        display: block !important;
        width: 100%;
        margin-top: 10px;
        border: 1px solid #fff !important;
    }

    .hero .container
    {
        display: block;
    }

    .polska-small-carousel .section-header
    {
        display: block;
    }

    .button-link.button--secondary
    {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .nav-buttons
    {
        top: 80%;
    }

    .hero_media
    {
        max-width: 100%;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 820px)
{
    .hero_media
    {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.channels-article-block:hover .lifter .article-block_meta, .channels-article-block:focus .lifter .article-block_meta {
         padding: 0px 0px 0px; 
        box-shadow: none !important;
    }