﻿/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.main_img {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
}

#video .video {
  clip-path: url(#leafMask);
  -webkit-clip-path: url(#leafMask);
  object-fit: cover;
  height: 90vh;
    width: 70vw;
}

.video_wrap {
        top: 5%;
    right: -6%;
}