.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.lgButtonFuchsia {
  text-align:center; 
  background:#ba2280; 
  font-size:26px; 
  padding:40px 0px; 
  border-radius:12px;
  color:#fff;
  text-decoration:none;
  display:block;
}

.lgButtonFuchsia a {
}

a.lgButtonFuchsia:hover {
  background-color:#4c4287;
  color:#fff;
}
.three-column-wysiwyg {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.three-column-wysiwyg .column-container {
    width: calc(33.33% - 20px);
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
.three-column-wysiwyg .column-container {
    width: 100%;
    margin:10px 0;
}
}