.pvcolumn-container {
  margin-left: -6px;
  margin-right: -6px; }

.pvcolumn-content {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  width: 100%; }
  .pvcolumn-content:before, .pvcolumn-content:after {
    content: " ";
    display: table; }
  .pvcolumn-content:after {
    clear: both; }

.pvcolumn {
  word-wrap: break-word;
  padding: 0 6px;
  float: left; }

.pvspacer {
  width: 100%; }

@media (max-width: 700px) {
  .pvcolumn {
    width: 100% !important;
    padding: 0; }

  .pvspacer {
    display: none; } }
.pvcomponent {
  margin-top: 5px;
  margin-bottom: 5px; }
  .pvcomponent > img {
    max-width: 100%; }

.pvcomponent img {
  max-width: 100%;
}

img.pvcomponent {
  width: 100%;
  max-width: 100%;
  display: block; }

.pviframe-wrapper {
  position: relative;
  padding-bottom:56.25%;
}

.pvembed-iframe {
  width: 100%;
  border: none; }

.pvvideo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-left: 0;
  margin-right: auto; }
  .pvvideo-wrapper iframe, .pvvideo-wrapper object, .pvvideo-wrapper embed, .pviframe-wrapper iframe, .pviframe-wrapper object, .pviframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pvvideo-wrapper.pvalign-left {
    margin-left: 0;
    margin-right: auto; }
  .pvvideo-wrapper.pvalign-right {
    margin-left: auto;
    margin-right: 0; }
  .pvvideo-wrapper.pvalign-center {
    margin-left: auto;
    margin-right: auto; }

.pvdonation {
  text-align: center; }
  .pvdonation input[type=image] {
    max-width: 100%; }