@media(min-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 1199px) {

}

@media (min-width: 600px) and (max-width: 767px) {

}

@media (max-width: 767px) {

}

@media (min-width: 481px) and (max-width: 599px) {

}

@media (max-width: 480px) {
.wc-field-avatararea .myprof{
display:none !important;
}
#wpcomm .wc-comment-footer {
  margin-top: 0!important;
}
.wc-comment-text > p {
  margin-bottom: 0 !important;
}
.myprof.commenter_avatar {
  float: left!important;
}
.wc-comment-right {
  float: left!important;
  width: 100%!important;
}
.wc-comment-title {
  text-align: left !important;
}
#wpcomm .wc-comment-author {
  width: 39%!important;
}
.wc-comment-text {
  float: left;
  width: 100%;
}
.wc-comment-footer {
  float: left;
  width: 100%;
}
.wc-load-more-submit.wc-loaded.button {
  font-size: 12px;
  padding-bottom: 13px;
  padding-top: 13px;
}
}