How can I remove the gray border box from my video?

Hi can somebody please tell me how how to delete this gray area in my video section?

there is large border box and I like the height of the video I just want to eliminate the gray area>

Thank you very much for helpers.

store: berez.org.il

pass: zadoko8

@malul add below code into style.css file

#myVideo {
     height: 100% !important;
}

HI @Ujjaval

Thanks but i dont want the height will be 100%,
I want the video in this size. I need other solution

@malul then add below css

@media (min-width:768px)
{
#section-template--18598728335651__22b7f860-aadc-497d-8842-97196f624a2e {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 449px;
}
}

Hi Thanks!! that work in the Inspact tool but I added to style.css and it dosent reconize.. maybe you know why? should be in other file?

@malul try to add in theme.liquid file


before closing tag