Why does my product video shrink on the product page?

Since i added a product video on my product page it started glitching. When the video plays it decreases in size and will be shown very small. How could i fix this problem?

see photos for a refference:

website: www.fluffswiper.com

Hello @Alex365 ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.product video {
    max-height: 100% !important;
}

Thanks