body{
    margin:0px;
    padding:0px;
    font-family:Verdana, sans-serif;
    overflow: hidden;
}

.container{
    display:inline-block;
    width:1010px;
    height:200px;
    position: relative;
    border: 0px solid #454545;
    overflow: hidden;
    background-color: #000000;
}

#price1 {
    overflow: hidden;
    position: absolute;
    top: 89px;
    left: 33px;
    opacity: 1;
    z-index: 15;
    transform-origin: center;
}

#copy{
    overflow: hidden;
    position: absolute;
    left: 335px;
    top:53px;
    opacity: 1;
    z-index: 20;
}

#premiere{
    overflow: hidden;
    position: absolute;
    top: 123px;
    left: 520px;
    opacity: 1;
    z-index: 20;
}

#legal2{
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left:54px;
    opacity: 1;
    z-index: 14;
}

#logo{
    overflow: hidden;
    position: absolute;
    top:35px;
    left: 47px;
    opacity: 1;
    z-index: 20;
}

.logoimg { width: 177px; transform: scale(0.05); display: block; opacity: 0; }
.copyimg { transform: translateY(-25px); display: block; opacity: 0; width: 180px; }
.premiereimg { transform: translateY(-25px); display: block; opacity: 0; width: 160px; }
.ttimg { transform: scale(0.65) translateY(50px); display: block; opacity: 0; width: 233px; }
.ctaimg { transform: scale(0.05); display: block; opacity: 0; width: 140px; }
.priceimg1 { transform: translateY(200px); display: block; width: 204px; }

#tt{
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 485px;
    opacity: 1;
    z-index: 2;
}

#bg {   
    position: absolute;
    top:0;
    right:0;
    opacity: 1;
    z-index: 1;
    transform-origin: top center;
    transform: scale(1.10) translateX(10px);
    height: 100%;
}

#cta{
    position: absolute;
    top:122px;
    left:69px;
    opacity: 1;
    z-index: 75;
    transform-origin: center;
}

#gradient{
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 1;
    z-index: 2;
    height: 100%;
}

.bannerClick {
    position: absolute;
    top: 0;
    left: 0;
    width:1010px;
    height:200px;
    z-index: 100; 
    cursor: pointer;
}

.video-wrapper {
    position: absolute;
    top: 28px; 
    right: 25px; 
    width: 242px;
    height: 136px;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    z-index: 1000;
}

#player { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Overlay centrale: rettangolo 20% larghezza */
.overlay {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -49%);
    width: 40px; height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex; align-items: center; justify-content: center;
    border-radius: 25%;
    z-index: 1015;
    pointer-events: none; 
}
.icon-main { font-size: 16px; margin-bottom: 2px; }

/* Bottoni di controllo */
.control-btn {
    position: absolute; background: none; border: none;
    color: white; cursor: pointer; z-index: 1020;
    padding: 0; text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    display: flex; align-items: center; justify-content: center;
    outline: none;
}

/* PLAY/PAUSA: Fisso e Identico (24x24px) */

.play-icon {
    font-size: 12px; /* Alza/abbassa questo per la grandezza */
    transform: translateX(1px); /* Sposta a destra/sinistra se non ti sembra centrato */
    line-height: 1;
}

/* REGOLA LA PAUSA (Sbarrette) */
.pause-icon {
    font-size: 16px; /* Di solito la pausa deve essere più piccola del play per sembrare uguale */
    transform: translateY(-1px); /* Sposta su/giù se serve */
    line-height: 1;
}

.play-pos {
    bottom: 5px;
    left: 5px;
    width: 16px; 
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* REGOLA IL PLAY (Triangolo) */


/* MUTE/UNMUTE: Alto a Destra */
.mute-pos {
    bottom: 6px; right: 6px;
    width: 24px; justify-content: flex-end;
    font-size: 10px; font-family: Verdana, sans-serif;
    font-weight: bold; text-transform: uppercase;
}