@media (min-width: 768px) {
    /*  md */
    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: 100px;height: 650px;
    }
    
    div.logo{
        padding-top: 0px;
    }

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

    div#icon a{
        width: 26px;
        height: 26px;
        margin-left: 2px;
    }

    div#icon a.instagram{
        background: url("../img/icon/md/instagram.png") no-repeat;
    }
    
    div#icon a.instagram:hover{
        background: url("../img/icon/md/instagram-ativo.png") no-repeat;
    }
    
    div#icon a.facebook{
        background: url("../img/icon/md/facebook.png") no-repeat;
        width: 27px;
    }
    
    div#icon a.facebook:hover{
        background: url("../img/icon/md/facebook-ativo.png") no-repeat;
    }
    
    div#icon a.twitter{
        background: url("../img/icon/md/twitter.png") no-repeat;
        width: 27px;
    }
    
    div#icon a.twitter:hover{
        background: url("../img/icon/md/twitter-ativo.png") no-repeat;
    }
    
    div#icon a.whatsapp{
        background: url("../img/icon/md/whatsapp.png") no-repeat;
        width: 27px;
    }
    
    div#icon a.whatsapp:hover{
        background: url("../img/icon/md/whatsapp-ativo.png") no-repeat;
    }
    
    div#icon a.youtube{
        background: url("../img/icon/md/youtube.png") no-repeat;
    }
    
    div#icon a.youtube:hover{
        background: url("../img/icon/md/youtube-ativo.png") no-repeat;
    }
    
    div#icon a.spotify{
        background: url("../img/icon/md/spotify.png") no-repeat;
        width: 27px;
    }
    
    div#icon a.spotify:hover{
        background: url("../img/icon/md/spotify-ativo.png") no-repeat;
    }
    
    div#icon a.envelope{
        background: url("../img/icon/md/email.png") no-repeat;
    }
    
    div#icon a.envelope:hover{
        background: url("../img/icon/md/email-ativo.png") no-repeat;
    }
    
    div#icon a.wikipedia{
        background: url("../img/icon/md/wiki.png") no-repeat;
    }
    
    div#icon a.wikipedia:hover{
        background: url("../img/icon/md/wiki-ativo.png") no-repeat;
    }
    
    div.elenco a.adriana-nunes{
        top:70px;left:210px;height: 80px; width: 50px;
    }
    
    div.elenco a.adriano-siri{
        top:-20px;left:275px;height: 90px; width: 60px;
    }
    
    div.elenco a.jovane-nunes{
        top:-35px;left:215px;height: 80px; width: 55px;
    }
    
    div.elenco a.ricardo-pipo{
        top:75px;left:155px;height: 80px; width: 55px;
    }
    
    div.elenco a.victor-leal{
        top:0px;left:110px;height: 80px; width: 65px;
    }
    
    div.elenco a.welder-rodrigues{
        top:20px;left:170px;height: 70px; width: 55px;
    }
    
    a#link-agenda{
        position: absolute; height: 50px; width: 210px; top:-90px;left: 90px;
    }
    
    a#link-foto{
        position: absolute; height: 50px; width: 125px; top:-40px;left: 215px;
    }
}