Below is the updated code for Wisconsin Rapids Communtiy Calendar. Updated 12/13/2021.
<style type="text/css">.responsiveCal {
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}
.responsiveCal iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%;
}
@media all and (min-width: 768px) {
.deskContent {display:block;}
.phoneContent {display:none;}
}
@media all and (max-width: 767px) {
.deskContent {display:none;}
.phoneContent {display:block;}
}
</style>
</p>
<div class="responsiveCal">
<div class="deskContent"><iframe frameborder="0" height="800" scrolling="no" src="https://calendar.google.com/calendar/embed?height=800&wkst=1&bg…" style="border:solid 1px #777" width="1000"></iframe>
<p> </p>
</div>
<div class="phoneContent"><iframe frameborder="0" height="800" scrolling="no" src="https://calendar.google.com/calendar/embed?height=800&wkst=1&bg…" style="border:solid 1px #777" width="1000"></iframe>
<p> </p>
</div>
</div>