/* Any quick changes can be added in here until the next time the sass is updated, at which point these can be integrated in */
@media only screen and (max-width:479px) {
  .post .smlpic {
    display: none !important;
  }
}

.social_icon:hover {
    opacity:.8;
    -webkit-transition:opacity .2s;
    transition:opacity .2s;
}

#main .prsnl-social {
  width:200px;
}

.prsnl-social img {
  width:38px;
  height:auto;
}