*::selection {
    background-color: rgba(32,32,32,0.7);
    color: #bebebe
}

body {
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    color: #202020;
    overflow: hidden;
}

img {
    user-select: none;
}

.pointer-events-none {
    pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.background {
    width: 100%;
    height: 100%;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
.background__overlay {
    width: 100%;
    height: 100%;
    background-image: url("../images/background_overlay.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.silhouettes {
    width: 100%;
    height: 100%;
}
.silhouette img {
    height: 100%;
}
.silhouette__vid {
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.silhouette__vid-shadow {
    width: 95%;
    height: 1.2rem;
    background-color: rgba(32,32,32,.7);
    border-radius: 50%;
    filter: blur(.5rem);
    position: absolute;
    left: 0;
    bottom: .3rem;
    z-index: -1;
    transition: .3s;
}
.silhouette__vid .view {
    background-color: rgba(32,32,32,.9);
    color: #bebebe;
    border: .1rem solid rgba(55,55,55,.2);
    border-radius: .5rem;
    padding: .2rem .6rem;
    opacity: 0;
    backdrop-filter: blur(.1rem);
    position: absolute;
    top: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.silhouette__vid .view span {
    white-space: nowrap;
    font-weight: 700;
}
.silhouette__vid:hover {
    margin-bottom: .5rem;
    opacity: .9;
}
.silhouette__vid:hover .silhouette__vid-shadow {
    width: 100%;
    height: 1.3rem;
    background-color: rgba(32,32,32,.5);
    border-radius: 50%;
    filter: blur(.55rem);
    position: absolute;
    left: -2%;
    bottom: -.2rem;
    z-index: -1;
}
.silhouette__vid:hover .view {
    opacity: 1;
}
.silhouette__vid-1 {
    height: 16rem;
    position: absolute;
    right: 40%;
    bottom: 15%;
}
.silhouette__vid-2 {
    height: 18rem;
    position: absolute;
    left: 25%;
    bottom: 10%;
}
.silhouette__vid-3 {
    height: 17rem;
    position: absolute;
    right: 6%;
    bottom: 18%;
}

.silhouette__text {
    position: relative;
}
.silhouette__text img {
    opacity: .7;
}
.silhouette__text .info {
    background-color: rgba(190,190,190,.7);
    border: .1rem solid rgba(55,55,55,.2);
    border-radius: .5rem;
    padding: .2rem .6rem;
    opacity: 0;
    backdrop-filter: blur(.1rem);
    position: absolute;
    top: -4.4rem;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.silhouette__text .info p {
    margin: 0;
    white-space: nowrap;
}
.silhouette__text .info .info__name {
    font-weight: 700;
    margin-bottom: .2rem;
}
.silhouette__text .info .info__years {
    
}
.silhouette__text:hover .info {
    opacity: 1;
}
.silhouette__text-1 {
    height: 17.5rem;
    position: absolute;
    right: 28%;
    bottom: 12%;
    z-index: 10;
}
.silhouette__text-2 {
    height: 16.5rem;
    position: absolute;
    right: 19%;
    bottom: 6%;
    z-index: 10;
}
.silhouette__text-3 {
    height: 17.5rem;
    position: absolute;
    left: 15%;
    bottom: 24%;
    z-index: 10;
}
.silhouette__text-4 {
    height: 17rem;
    position: absolute;
    left: 8%;
    bottom: 7%;
    z-index: 10;
}
.silhouette__text-5 {
    height: 17.5rem;
    position: absolute;
    left: 42%;
    bottom: 3%;
    z-index: 10;
}
.silhouette__text-6 {
    height: 10.5rem;
    position: absolute;
    left: 35%;
    bottom: 6%;
    z-index: 10;
}

.top-fence-left {
    width: 100%;
    height: 100%;
    background-image: url("../images/background_top_layer_fence_left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}
.top-tree {
    width: 100%;
    height: 100%;
    background-image: url("../images/background_top_layer_tree.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.top-fence-right {
    width: 100%;
    height: 100%;
    background-image: url("../images/background_top_layer_fence_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

.content {

}
.content .title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 20;
}

.video {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.video .video__background {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(32,32,32,0.7) 0%, rgba(32,32,32,0.85) 35%, rgba(32,32,32,0.95) 100%);
}
.video .video__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}