body {overflow: hidden;}
.svg-container {height: 120vh;width: 100%;display: flex;justify-content: center;align-items: center;margin-top: -60px;}
#animation-svg {width: 100%;height: 100%;}
#pills {transform: scale(.7);}
@media only screen and (max-width : 769px) {.svg-container {height: 100vh;width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 0px;}}