Main video section is not getting full width

Hi i just added a new section in which video is looped but I’m having problem that i want to appear video having full width but all remaining section to be the width which is now . you can preview this here https://jobss-online.myshopify.com/. Please answer me Thanks!!

Go to theme.css and add this code at the very bottom:

.videoblock {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
1 Like

Thank you soo much!!

1 Like