@media (min-width: 576px) {
    /*  md */
    div.icon a{
        width: 46px;
        height: 46px;
        margin-left: 5px;
    }

    div.logo{
        padding-top: 350px;
    }

    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:300px;left:225px;height: 110px; width: 80px;
    }
    
    div.elenco a.adriano-siri{
        top:150px;left:325px;height: 130px; width: 100px;
    }
    
    div.elenco a.jovane-nunes{
        top:130px;left:235px;height: 130px; width: 90px;
    }
    
    div.elenco a.ricardo-pipo{
        top:305px;left:140px;height: 120px; width: 85px;
    }
    
    div.elenco a.victor-leal{
        top:175px;left:80px;height: 120px; width: 85px;
    }
    
    div.elenco a.welder-rodrigues{
        top:210px;left:165px;height: 100px; width: 80px;
    }
    
    a#link-agenda{
        position: absolute; height: 50px; width: 270px; top:-100px;left: 120px;
    }
    
    a#link-foto{
        position: absolute; height: 50px; width: 170px; top:-50px;left: 280px;
    }

    .informacao{
        position: absolute;top:350px;right: 30px;
        font-size: 18px;
    }
}