.button-text-align-center {
    text-align: center;
}

.home .rb_header_template {
    background-color: #fff;
}

.embed-container {
  position: relative; 
  padding-bottom: 100%;
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.image-full-width img, .image-full-width .main_image {
    width: 100%;
}