1/*@media only screen and (max-width: 800px){
2    .externalembed_embed{
3        width: auto !important;
4    }
5}*/
6
7@media screen and (max-width: 374px) {
8    .externalembed_disclaimer {
9        width: auto;
10        height: auto;
11        position: unset;
12        transform: none;
13        display: grid;
14        background-color: rgba(33, 33, 33, 0.8);
15        margin-bottom: 10px;
16    }
17}