/*#famalama .header {
    width: 100%;
    height: 400px;
    background-image: url('../images/mobile/header.png');
    background-size: 100% 100%;
   
}*/

#famalama {
    padding-bottom: 40px;
}

#famalama .header {
    width: 1195px;
    position: relative;
    height: 509px;
    margin: 0 0 0 -98px;
    background: url('../images/desktop/header.png');
}

#famalama .header iframe {
    position: absolute;
    right: 120px;
    top: 21px;
    width: 470px;
    height: 241px;
    border: 0px solid #fff;
}

#famalama .schedule {
    width: 960px;
    position: relative;
    height: 385px;
    margin: 20px auto 0;
    background: url('../images/desktop/schedule.png') no-repeat;
}

#famalama .footer {
    width: 500px;
    position: relative;
    height: 278px;
    margin: 70px auto 20px;
    background: url('../images/desktop/footer.png') no-repeat;
}
#famalama .footer-ribbon {
    width: 1195px;
    position: relative;
    height: 94px;
    margin: 0 0 0 -98px;
    background: url('../images/desktop/footer.ribbon.png');
}

#famalama .vote {
    width: 956px;
    position: relative;
    height: 228px;
    margin: 30px auto -20px;
}

#famalama .vote iframe {
    width: 956px;
    height: 228px;
    overflow: none;
}

@media only screen and (max-width: 767px) {
    #famalama .vote {
        width: 610px;
        height: 291px;
        margin: 31px 20px -17px;
    }
    #famalama .vote iframe {
        width: 610px;
        height: 291px;
    }
}
