.videoPopup {display: none;position: fixed;width: 877px;height:499px;background-color: white;border: 6px solid #00263e;z-index:99;} .closeBtn{position: absolute; background-color:#00263e; border: 3px solid #00263e; color:#00263e; font-size:20px; width:40px; height:40px; right:-20px; top:-20px; z-index:10; border-radius:50%; text-align:center; padding-top:5px;} video{ width: 866px; height: 487px; } @media(max-width:1550px){ video{ width: 708px; height: 400px; } .videoPopup{ width: 720px; height: 410px; } } @media(max-width:1385px){ video{ width: 636px; height: 360px; } .videoPopup{ width: 648px; height: 372px; } }