.display-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.display-wrapper img {
    position: static;
}

.resolution-info p {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.resolution-info p:nth-child(2) {
    font-size: 1.25rem;
}

.resolution-info {
    position: absolute;
    right: 1%;
    top: 1%;
    text-align: center;
}

.resolution-info:nth-child(2) {
    top: 21%;
    right: 21%;
}

.resolution-info-left-bottom {
    left: 1% !important;
    right: unset !important;
    top: unset !important;
    bottom: 1% !important;
}

.display-wrapper>p {
    position: absolute;
    right: 0;
    color: #fff;
}

.display-cover {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 100%;
}

.display-cover-image {
    position: relative;
    width: 100%;
}

.overlay {
    filter: opacity(0.6);
    position: relative;
    height: 900px;
    width: 100%;
    background-color: black;
}

.overlay-border {
    border: 2px #fff solid;
}

.overlay-opacity-off {
    background-color: transparent;
    filter: unset;
}

@media screen and (max-width:550px) {
    .resolution-info p {
        font-size: 18px;
        font-weight: 700;
    }

    .resolution-info p:nth-child(2) {
        font-size: 16px;
        font-weight: 700;
    }

    .display-cover {
        top: 25%;
        right: 25%;
    }
}