.promo-popup {
    position: relative;
}

.promo-popup.content {
    padding: 0;
    width: 600px;
    background-color: rgba(30, 30, 30, 0.5);
}

.promo-popup .trailer-link {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #FFF;
    font: 800 11px Helvetica, Arial, sans-serif;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.promo-popup .trailer-link:hover {
    text-decoration: underline;
}

.promo-popup .tracking-code {
    display: none;
}

.promo-popup .background-image {
    width: 100%;
}

@media only screen and (max-width:767px) {
    .promo-popup.content {
        width: 450px;
    }
}

@media only screen and (max-width:480px) {
    .promo-popup.content {
        width: 250px;
    }
}