@media (max-width: 1024px) {
    

    #start {
        overflow: clip;
        video {
            width: 260%;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
    } 
    
    
    .inset-width {
        .solo, .fotka-plus-text, .samo-text {
            margin-block: 2rem;
        }

        &.rounded-outline {
            margin-block: -28% 0;
            border: 0.8rem solid #fff;
            border-radius: 2rem;

            video {
                width: 160%;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }
        }
    }

    .custom-img {

        &.img-06a {
            margin-bottom: 0px;
        }

        &.img-06b {
            margin-top: -4px;
        }

        &.img-08 {
            width: 125%;
            margin-left: -12.5%;
        }

        &.img-04 {
            order: 2;
        }
    }

}


    