.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%);
}
}



