.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

.centrado{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    background-color: #0000009a;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 1.5em;
}

.fa-tiktok{
    background-image: url('../images/icons/tiktok-brands-solid.svg');
    background-repeat: no-repeat;
    fill: aqua;
    width: 18px;
    height: 21px;
}

.fa-tiktok2{
    fill: #f7fdf9;
    width: 18px;
    height: 21px;
}

.fa-tiktok2:hover{
    fill: #d38a4e;
    width: 18px;
    height: 21px;
}


.modal-dialog {
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    top: 20%;
}

.videoModal-body {
position:relative;
padding:0px;

}

.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}