@media (max-width: 767px) {

    .container:has(competition-profile) {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
        overflow-x: hidden;
    }

}