Custom Video Section moving on different screen sizes?

Custom Video Section moving on different screen sizes?

www.extremekool.com

Password01

I installed a custom SS section and I have two custom sections above that I wanted stickied.

Because I have them sticked I needed to custom adjust the video section with margin 200px, except when I move the broswer around it had a giant space above.

Any way to fix this?

IMAGE1: This is what the regular desktop view looks like:

IMAGE2: This is what it looks like when I minimize the screen on a side window.

There is a big white space above the video because I added margin 200px?

Any way to pin the video like the other sections without needing to add a margin?

Hi, Please add below css to your store custom css field or theme css file then empty space will be removed.

@media only screen and (min-width: 769px) {
    .focus-none {
      margin-top: 0px !important;
    }
}