/* Everything*/ * { border: 0px black solid; } /*Main areas*/ .map_area { text-align: center; margin-top: 200px; height:800px; } .image_area { margin-top: 10px; padding-right: 20px; /* height:300px; */ } .image_area img { width: 200px; height: 150px; } /* text area */ .thesis { overflow-y: scroll; max-height:500px; scroll-behavior: smooth; } /* background audio */ audio { width:100%; } /* circles */ #first_circle { width: 80%; height: 80%; } #second_circle { width: 80%; height: 80%; } @media all and (max-width: 250px) { #first_circle { width: 4rem; height: 4rem; } #second_circle { width: 4rem; height: 4rem; } } draggable { position: absolute; } .draggable iframe { padding: 20px; } #transcriptWrapper { overflow: hidden; } #transcript > div { transition: all 0.8s ease; list-style-type: disc; } .speaking { font-weight: bold; } /* pop up */ #show1 { display: none; left: 20%; width: 23% !important; }