.play-button-2{display:flex;justify-content:center;align-items:center;cursor:pointer;border:none;background-color:transparent}@media screen and (max-width:800px){.play-button-2{width:75px;height:75px}}@media screen and (max-width:400px){.play-button-2{width:50px;height:50px}}.video-section__wrapper{padding:2rem 1rem}.video-section__player-wrapper{margin:auto;overflow:hidden;position:relative;max-width:1000px}.video-section__player{height:500px;overflow:hidden}@media screen and (max-width:800px){.video-section__player{height:400px}}@media screen and (max-width:400px){.video-section__player{height:300px}}.video-section__player--hidden{visibility:hidden}.video-section__player-cover{position:absolute;top:0;right:0;bottom:0;left:0;display:none;margin:auto}.video-section__player-cover--visible{display:block}.video-section__container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;display:none}@media screen and (max-width:800px){.video-section__container{gap:40px}}@media screen and (max-width:400px){.video-section__container{gap:20px}}.video-section__container--visible{display:flex}.video-section__text-container{width:100%;text-align:center;overflow:visible}