.pd0{
    padding: 0px;
}
#toolbarContainer{
    display: none !important;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    
}