#trip-planner-floating-button { position: fixed; right: 10px; list-style: none; margin: 0; z-index: 20; opacity: 0; transition: opacity .3s;}@media screen and (max-width: 599px) { #trip-planner-floating-button { bottom: 10px; } }@media screen and (min-width: 600px) { #trip-planner-floating-button { bottom: 10px; } }#trip-planner-floating-button a { text-decoration: none; display: block; width: calc(0.5 * 128px); height: calc(0.5 * 84px); position: relative;}@media screen and (min-width: 1200px) { #trip-planner-floating-button a { width: calc(0.75 * 128px); height: calc(0.75 * 84px) }}@media screen and (min-width: 1500px) { #trip-planner-floating-button a { width: calc(0.8 * 128px); height: calc(0.8 * 84px) }}@media screen and (min-width: 1800px) { #trip-planner-floating-button a { width: calc(1.0 * 128px); height: calc(1.0 * 84px) }}