@media (min-width: 992px) {
    /*  lg */
    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: 140px;height: 850px;
    }
    div.fundo{
    }
    
    div#icon{
        padding-right: 35px;
    }

    div#icon a{
        width: 36px;
        height: 36px;
        margin-left: 3px;
    }

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

    div.elenco a.adriana-nunes{
        top:100px;left:280px;height: 100px; width: 80px;
    }
    
    div.elenco a.adriano-siri{
        top:-35px;left:365px;height: 130px; width: 100px;
    }
    
    div.elenco a.jovane-nunes{
        top:-55px;left:295px;height: 110px; width: 70px;
    }
    
    div.elenco a.ricardo-pipo{
        top:100px;left:210px;height: 100px; width: 70px;
    }
    
    div.elenco a.victor-leal{
        top:-10px;left:150px;height: 100px; width: 80px;
    }
    
    div.elenco a.welder-rodrigues{
        top:20px;left:230px;height: 85px; width: 70px;
    }
    
    a#link-agenda{
        position: absolute; height: 60px; width: 280px; top:-110px;left: 120px;
    }
    
    a#link-foto{
        position: absolute; height: 50px; width: 175px; top:-50px;left: 290px;
    }
}