.youtubelnk{
    position: absolute;
    width: 45px;   
    margin-top: 5px;
    margin-left: 80%;
    }
.accdir{
    background-color: white;
    height: 70px;
}

@media (max-width:987px) {
.youtubelnk{
    position: absolute;
    width: 45px;
    margin-left: 90%;    
    margin-top: 5px;
    }
.accdir{
    background-color: white;
    height: 70px;
}
}
@media (max-width:480px) {
.youtubelnk{
    position: absolute;
    width: 45px;
    margin-left: 90%;    
    margin-top: 5px;
    }
    .youtubelnk img{
        width: 20px;
        height: 20px;
    }
.accdir{
    background-color: white;
    height: 70px;
}
}