#dexscreener-embed {
                position: relative;
                width: 100%;
                padding-bottom: 125%;
            }

            @media (min-width: 1400px) {
                #dexscreener-embed {
                    padding-bottom: 65%;
                }
            }

            #dexscreener-embed iframe {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                border: 10px solid #000;
                border-radius: 1%;
            }