body .videoicon, a.embedvideo {
    background: url(youtube.png) no-repeat;
    padding-left: 20px;
}

.js a.embedvideo{
    background: none;
    padding-left: 0;
}

.flashembed .big {
    height:564px;
    margin-left:-170px;
    width:960px;
}

.flashembed .normal {
    width:620px;
    height:490px;
}

.flashembed .wide {
    width: 620px;
    height: 370px;
}

flashembed .soundonly {
    width: 620px;
    height: 25px;
}

@media only screen and (max-width:920px),only screen and (max-device-width:768px) and (orientation:portrait){
    html .flashembed .big {
        height: 373px;
        margin-left:0px;
        width:620px;
    }
}