/*override*/

.td_-podcast_-logo-xaik4q {
    width: 248px;
}
.preview-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

.previewbox-DsXxys {
  margin-left:0;
  width: 664px;
  -webkit-box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.85); 
  box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.85);
}
                                                                      
#wistia_chrome_23 #wistia_grid_43_wrapper .w-css-reset-tree .w-big-play-button svg {
    /*display:none !important;*/
    height:75px !important;
}

/*the button div children are the 2 background elements*/
#wistia_chrome_23 #wistia_grid_43_wrapper .w-css-reset-tree button div {
    /*display:none !important;*/
    
        width: 75px !important;
      height: 75px !important;
      background: rgba(255, 131, 0, 1) !important;
      border-radius: 50%;
      left: 50% !important;
      transform: translate(-50%,0);

}
#wistia_chrome_23 #wistia_grid_43_wrapper .w-css-reset-tree button:hover div {
    background: rgba(255, 131, 0, .7) !important;
}

/*specific media query that needs to be reset*/
@media screen and (max-width: 1200px) {
    .preview-wrapper {
        width: auto;
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .preview-wrapper {
        position: relative;
      left: unset;
      transform: none;
      margin-left: 39px;
    }
      .messagebox-DsXxys {
          width:auto;
      }
}
@media screen and (max-width: 1070px) {
  .messagecontainer-w60GGI {
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    height: auto;
  }
   .messagebox-DsXxys {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
   }
   .preview-wrapper {
       margin-left:0;
       width: 100%;
   }
}

@media screen and (max-width: 704px) {
    .previewbox-DsXxys {
      width: 100%;
    }
}
/*specific media query that needs to be reset*/
@media screen and (max-width: 704px) {
    .preview-wrapper {
      padding-left:0;
    }
}
