.box { //border: 1px solid blue; //background: url(./dog.png) no-repeat; background-size: 100%; width: 100%; height: 100%; box-sizing: border-box; overflow: hidden; } :global { p { margin: 0px; } }