@media screen and (max-width: 900px) {
    .performance .featured .image {
        margin: 20px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .performance .featured .image h1 {
        margin: 30px;
    }

    .performance .featured .image p {
        margin: 30px;
    }
    
    .performance .featured .image .text {
        width: 100%;
        left: 0px;
        bottom: 0px;
    }

    .performance .featured .image .text h1 span {
        display: none;
    }
}