#tad {
  float: right;
  width: 50%;
  min-width: 300px;
  max-width: 600px;
  border: 1px solid black;
  background-color: white;
  box-sizing:border-box;
  margin: -8px -8px 0 10px;
  overflow: hidden;
  position: relative;
  min-height: 46px;
}

#tad div {
  background: none;
}

@media only screen and (max-width: 1050px) {
  #tad {
    float: none;
    width: auto;
    margin: 0 0 5px 0;
  }
}

#tad .tadlinkedimg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;

}
#tad img {
  height: 100%;
  width: 35px;
  object-fit: cover;
}

#tadcopy {
  padding: 4px 43px 4px 5px;
  text-align: right;
}

#tadcopy a {
  color: #0056b3;
}

@media only screen and (min-width: 600px) {
  #tadcopy {
    font-size: 14px;
  }
}
