    .blog--video-main{
        --small-play-size: 26px;
    }
    .green-video-button{
        border-radius: 50%;
        background: var(--green);
        display: flex;
        align-items: center;
    }

    .green-video-button.r26{
        width: var(--small-play-size);
        height: var(--small-play-size);
        padding: 0 0 0 10px;
    }

    .blog--video-main-image{
        position: relative;
    }

    .blog--video-main-icon{
        --gap: 0.5rem;
        --size: 56px;
        display: flex;
        gap: var(--gap);
        position: absolute;
        left: 48px;
        bottom: 48px;
        max-height: var(--size);
        width: fit-content;
    }

    .green-video-button.r56{
        width: var(--size);
        height: var(--size);
        min-width: var(--size);
        min-height: var(--size);
        padding: 0 0 0 22px;
    }

    .blog--video-main-image,
    .blog--video-main-image img{
        border-radius: 12px;
    }

    .blog--video-main-image{
        height: 100%;
    }

    .blog--video-main-image img{
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .green-video-title-element{
        position: relative;
        left: calc(calc(var(--size) + var(--gap)) * -1);
        width: 0;
        opacity: 0;
        background: var(--green);
        padding: 1.125rem 1.5rem;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        color: var(--white);
        border-radius: 30px;
        transition: all 0.3s ease-out;
    }

    .green-video-title-small{
        opacity: 0;
        white-space: nowrap;
    }

    .blog--video-main-image:hover{
        .green-video-button{
            background: var(--green-dark);
            min-width: var(--size);
            min-height: var(--size);
        }
        .green-video-title-element{
            background: var(--green-dark);
            left: 0;
            width: 100%;
            opacity: 1;
        }
        .green-video-title-small{
            opacity: 1;
        }
    }

    .blog--video-main-flex{
        display: flex;
        align-items: stretch;
        gap: clamp(2rem, 3vw, 3rem);
        width: 100%;
    }

    .blog--video-main-right{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        min-width: 352px;
        gap: 1.25rem;
    }

    .blog--video-main-right-top{
        display: flex;
        flex-direction: column;

        a.popup-link{
          display: flex;  
          width: 100%;
          gap: 1rem;
          justify-content: space-between;
        }

        .popup-right-text{
            font-size: clamp(.9375rem, 2vw, 1rem);
            line-height: clamp(1.5rem, 2vw, 1.625rem);
            max-width: 310px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .blog--video-main-right-top-item:first-of-type{
            padding: 21px 0 20px 0;
            border-top: 1px solid #E7EAF0;
        }
        .blog--video-main-right-top-item:last-of-type{
            padding: 20px 0 21px 0;
            border-bottom: 1px solid #E7EAF0;
        }
        .blog--video-main-right-top-item:not(:first-of-type, :last-of-type){
            padding: 20px 0;
            border-top: 1px solid #E7EAF0;
            border-bottom: 1px solid #E7EAF0;
        }

        .blog--video-main-right-top-item-link:hover{
            .popup-right-text{
                color: var(--green-dark);
            }
            .green-video-button{
                background: var(--green-dark);
            }
        }
    }

    .blog--video-main-right-footer{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 16px;
    }

    .blog--video-main-right-footer .blog--video-main-right-footer-text{
        max-width: 180px;
    }


    .videos-shorts-grid{
        display: grid;
        grid-template-columns: repeat(4, 276px);
        gap: clamp(1rem, 2vw, 1.5rem);
        --small-play-size: 26px;

        .slide-card{
            min-height: 454px;
        }

        .slide-card__nameplate{
            padding: 0.75rem 1rem;
        }

        .slide-card__name{
            gap: 1rem;
        }

        .slide-card__icon{
            width: var(--small-play-size);
            height: var(--small-play-size);
            flex: 0 0 var(--small-play-size);
        }

        .slide-card__name-text{
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    .blog--video-main-mobile{
        display: none;
    }


    
    @media (max-width: 1220px){
        .videos-shorts-grid.overflox-x.overflox-x-starts-tablet{
            overflow-x: auto;
        }
    }
    
    @media (max-width: 1024px){
        .blog--video-main-image{
            max-height: 324px;
        }
        .blog--video-main-image img{
            width: 100%;
        }
        .blog--video-main-right{
            height: 100%;
            gap: 0;
        }
        .blog--video-main-right-top{
            height: 100%;
        }
        .blog--video-main-right-footer{
            display: none;
        }

        .blog--video-main-mobile{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
        }

        .blog--video-main-right-top{
            .blog--video-main-right-top-item:first-of-type{
                padding: 20px 0 20px 0;
            }
            .blog--video-main-right-top-item:last-of-type{
                padding: 20px 0 20px 0;
            }
            .blog--video-main-right-top-item:not(:first-of-type, :last-of-type){
                padding: 20px 0;
            }
        }
    }

    @media (max-width: 768px){
        .blog--video-main-right{
            min-width: 100%;
        }
        .blog--video-main-flex{
            flex-direction: column;
            gap: 2rem;
        }
        .blog--video-main-image{
            max-height: 415px;
        }

        .blog--video-main-right-top{
            .popup-right-text{
                max-width: calc(100% - var(--small-play-size) - 1rem);
            }
        }

        .blog--video-main-right-top{
            .blog--video-main-right-top-item:first-of-type{
            padding: 16px 0 16px 0;
            }
            .blog--video-main-right-top-item:last-of-type{
                padding: 16px 0 16px 0;
            }
            .blog--video-main-right-top-item:not(:first-of-type, :last-of-type){
                padding: 16px 0;
            }
        }
        
    }

    @media (max-width: 700px){
        .blog--video-main-icon{
            left: 24px;
            bottom: 24px;
        }
    }

    @media (max-width: 554px){
        .blog--video-main-right-footer-text{
            max-width: 164px;
        }
    }

    @media (max-width: 380px){
        .blog--video-main-right-top{
            .popup-right-text{
                max-width: 60%;
            }
        }
    }


    @media (max-width: 375px){
        .videos-shorts-grid{
            grid-template-columns: repeat(4, 281px);
        }

        .slide-card{
            min-height: 462px;
        }

    }