.embed-wrap {
    margin-bottom: 10px;
    min-height: 308px;
}

.embed-header {
    margin-top: 20px;
    margin-bottom: 15px;
}

.embed-header .title {
    font-size: 22px;
    padding: 0 10px 0 10px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.embed-header .stars {
    font-size: 12px;
    padding-right: 20px;
}

.embed-header .rating {
    font-size: 16px;
    color: #0096FF;
}

@media (min-width: 375px){
    .embed-header .title {
        font-size: 24px;
    }
}

@media (min-width: 577px) {
    .embed-header .title {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .embed-header .title {
        font-size: 36px;
        text-align: left;
        padding-left: 16px;
    }
}
