﻿

div.laptop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 54.85%;
    height: 0;
    margin-bottom:5%;

}
div.laptop-wrapper iframe {
    box-sizing: border-box;
    background: url(poopvideo_bg.png) center center no-repeat;
    background-size: contain;
    padding: 8% 10% 6% 12.5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


