.anwp-row {
  max-width: 100%;
}

.match-header {
  background-color: #f8f9fa;
}
.anwp-b-wrap .anwp-vue-match-wrapper .form-control,
.anwp-b-wrap .anwp-vue-match-wrapper input[type=number],
.anwp-b-wrap .anwp-vue-match-wrapper input[type=text],
.anwp-b-wrap .anwp-vue-match-wrapper select,
.anwp-b-wrap .anwp-vue-match-wrapper textarea {
  width: 100%;
}
/* hide mobile show desktop */
@media only screen and (min-width: 992px) {
.mobile-image {
display:none;
}
.desktop-image {
display:block;
}
}
/* show mobile hide desktop */
@media only screen and (max-width: 991px) {
.mobile-image {
display:block;
margin-left: auto;
margin-right: auto;
}
.desktop-image {
display:none;
}
}
.page-id-66206 h1.entry-title {
    display: none;
}