@media (min-width: 1200px) {
    /*  xl */
    main > div.row > div.fundo{
        background: url("../img/grupo_os_melhores_do_mundo.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 180px;height: 1039px;
    }

    div#icon{
        padding-right: 40px;
    }

    div#icon a{
        width: 46px;
        height: 46px;
        margin-left: 5px;
    }

    div#icon a.instagram{
        background: url("../img/icon/xl/instagram.png") no-repeat;
    }
    
    div#icon a.instagram:hover{
        background: url("../img/icon/xl/instagram-ativo.png") no-repeat;
    }
    
    div#icon a.facebook{
        background: url("../img/icon/xl/facebook.png") no-repeat;
        width: 47px;
    }
    
    div#icon a.facebook:hover{
        background: url("../img/icon/xl/facebook-ativo.png") no-repeat;
    }
    
    div#icon a.twitter{
        background: url("../img/icon/xl/twitter.png") no-repeat;
        width: 47px;
    }
    
    div#icon a.twitter:hover{
        background: url("../img/icon/xl/twitter-ativo.png") no-repeat;
    }
    
    div#icon a.whatsapp{
        background: url("../img/icon/xl/whatsapp.png") no-repeat;
        width: 47px;
    }
    
    div#icon a.whatsapp:hover{
        background: url("../img/icon/xl/whatsapp-ativo.png") no-repeat;
    }
    
    div#icon a.youtube{
        background: url("../img/icon/xl/youtube.png") no-repeat;
    }
    
    div#icon a.youtube:hover{
        background: url("../img/icon/xl/youtube-ativo.png") no-repeat;
    }
    
    div#icon a.spotify{
        background: url("../img/icon/xl/spotify.png") no-repeat;
        width: 47px;
    }
    
    div#icon a.spotify:hover{
        background: url("../img/icon/xl/spotify-ativo.png") no-repeat;
    }
    
    div#icon a.envelope{
        background: url("../img/icon/xl/email.png") no-repeat;
    }
    
    div#icon a.envelope:hover{
        background: url("../img/icon/xl/email-ativo.png") no-repeat;
    }
    
    div#icon a.wikipedia{
        background: url("../img/icon/xl/wiki.png") no-repeat;
    }
    
    div#icon a.wikipedia:hover{
        background: url("../img/icon/xl/wiki-ativo.png") no-repeat;
    }

    div.elenco a.adriana-nunes{
        top:90px;left:325px;height: 120px; width: 100px;
    }
    
    div.elenco a.adriano-siri{
        top:-55px;left:435px;height: 130px; width: 100px;
    }
    
    div.elenco a.jovane-nunes{
        top:-80px;left:335px;height: 130px; width: 100px;
    }
    
    div.elenco a.ricardo-pipo{
        top:100px;left:240px;height: 120px; width: 100px;
    }
    
    div.elenco a.victor-leal{
        top:-30px;left:175px;height: 130px; width: 100px;
    }
    
    div.elenco a.welder-rodrigues{
        top:0px;left:265px;height: 100px; width: 100px;
    }
    
    a#link-agenda{
        position: absolute; height: 100px; width: 360px; top:-155px;left: 300px;
    }
    
    a#link-foto{
        position: absolute; height: 100px; width: 225px; top:-80px;left: 520px;
    }
}