@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.singleton-video-section {
  width: 820px;
  height: 443px;
  margin: auto;
  margin-bottom: 30px; }
  .singleton-video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 768px) {
    .singleton-video-section {
      width: 100%;
      padding-inline: 25px;
      height: 460px; } }
