.trust-pilot {
    display: block;
    margin-top: 20px;
}

.trust-pilot-mobile {
    display: none;
}

.trustpilot-widget iframe {
    margin: auto;
}

.trustpilot-mobile-widget {
    display: none;
}

@media all and (max-width: 1050px) {
    .sound-icon-container {
        bottom: 10px !important;
        right: 10px;
    }
}

@media all and (max-width: 640px) {
    .sound-icon-container {
        bottom: 10px !important;
    }

    .trust-pilot {
        margin: auto;
        display: none;
    }

    .trust-pilot-mobile {
        display: block;
        margin-top: 20px;
        margin: auto;
    }

    .trustpilot-desktop-widget {
        display: none;
    }

    .trustpilot-mobile-widget {
        display: block;
    }
}

@media all and (max-width: 380px) {
    .trust-pilot-mobile {
        width: 90%;
    }
}