<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bold-mc-fix-desktop {
    position: relative;
    top: 50%;
    transform: translateY(150%);
    display: block;
}


@media only screen and (max-width:768px){
  .bold-mc-fix-desktop {
    transform: translateY(100%);
}
}

@media only screen and (max-width:600px){
  .bold-mc-fix-desktop {
    transform: translateY(250%);
}
}



</pre></body></html>