When I upload my new CSS with the banner set to width: 45vw; it auto updates and changes it to the default height and width every time. This is very annoying. https://www.mc-ticks.pro/
BEFORE UPLOAD:
#sb-bn {
height: auto;
width: 45vw;
}
AFTER UPLOAD:
#sb-bn {
height: 90px;
width: 728px;
}