@font-face {
    font-family: netflix-sans-bd;
    src: url(NetflixSans_Bd.woff2);
    }

#border {
    width: 300px;
    height: 250px;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
}

#wrapper {
    width: 300px;
    height: 250px;
    overflow: hidden;
    background-color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#background, #text {
    position: absolute;
    width: 300px;
    height: 250px;
    opacity: 0;
}

#text {
    opacity: 0;
}

#text-container-only {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 232px;
    top: 224px;
    /* transform: translateX(-50%); */
    /* Ensure the container is wide enough to hold the longest text centered */
    width: 200px; /* Adjust this width based on your longest text expectation */
}

#text-container-streaming {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 153px;
    top: 201px;
    /* transform: translateX(-50%); */
    /* Ensure the container is wide enough to hold the longest text centered */
    width: 200px; /* Adjust this width based on your longest text expectation */
}

#only, #streaming {
    font-family: netflix-sans-bd;
    z-index: 1;
    color: #ffffff;
    /* Centering the text within the container */
    width: 100%; /* Ensure the text spans the full width of its container */
}

#only {
    font-size: 10px;
    margin-bottom: 9px;
    opacity: 0;
    text-align: right;
}


#streaming {
    font-size: 14px;
    margin-top: 20px;
    opacity: 0;
    text-align: left;
}

#country {
    display: none;
}