.wrapper {
height: 320px;
width: 600px;
background: inherit;
border-radius: 15px;
border: 1px solid rgba(43, 43, 43, 0.568);
position: absolute;
}
body {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.wrapper:before {
position: absolute;
content: '';
background: inherit;
left: 0;
right: 0;
top: 0;
bottom: 0;
box-shadow: inset 0 0 0 3000px rgba(150, 150, 150, 0.192);
filter: blur(10px);
border-radius: 15px;
}
.wrapper:before {
position: absolute;
content: '';
background: inherit;
height: 370px;
width: 650px;
left: -25px;
right: 0;
top: -25px;
bottom: 0;
box-shadow: inset 0 0 0 3000px rgba(150, 150, 150, 0.192);
filter: blur(10px);
border-radius: 15px;
}
.wrapper {
height: 320px;
width: 600px;
background: inherit;
border-radius: 15px;
border: 1px solid rgba(43, 43, 43, 0.568);
position: absolute;
overflow: hidden;
}
.wrapper {
height: 320px;
width: 600px;
background: inherit;
border-radius: 15px;
border: 1px solid rgba(43, 43, 43, 0.568);
position: absolute;
overflow: hidden;
}
body {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
justify-content: center;
align-items: center;
}
body {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
justify-content: center;
align-items: center;
}