.sublink { overflow: hidden !important; }

#carfax_slice {
  height: auto !important;
}

#carfax_slice #CarFox {
  visibility: hidden !important;
  width: 0px;
  height: 0px;
}

@supports( -webkit-appearance: none ) {
  #carfax_slice img {
    content:url( 'https://www.covideo.com/new_templates/Carfox_2019.png' );
  }
}

@supports( -moz-appearance: none ) or ( -ms-ime-align: auto ) {
  #carfax_slice img {
    display: none !important;
  }
  
  #carfax_slice a::before {
    content:url( 'https://www.covideo.com/new_templates/Carfox_2019.png' );
  }
}

#carfaxUnder_slice {
  max-height: fit-content !important;
}

#carfaxUnder_slice img {
  content:url( 'https://www.covideo.com/new_templates/Carfox_2019.png');
}