 ::-webkit-scrollbar {
 background: transparent;
 width: 4px;
 height: 0 !important;
}
::-webkit-scrollbar-thumb {
 background-color: #3388fe;
 box-shadow: inset 0 0 2px #333;
}
::-webkit-scrollbar-track-piece {
 background-color: #000000;
}
::-webkit-scrollbar-corner {
 background: transparent;
}
@media (max-width: 1200px) {
::-webkit-scrollbar {
width: 0;
height: 0;
}