// // sizing.scss //

.vw-100 {

width: 100vw !important;

} .vh-100 {

height: 100vh !important;

}