body {
    background-color: gray;
}


iframe {
    border-radius: 20px;
}


/* MEDIA QUERY **************************************************************** */

@media only screen and (max-width: 600px) {
    iframe {
        width: 100%;
    }
}