.fullwidthvideo {
    overflow: hidden;
    height: 53vw;
  	width: 100%;
}

.play_button_holder {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on;
    font-family: "Garton Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}