.horoscopehomebox {
    cursor: pointer;
    overflow: hidden;
}


#horoscopehometitleemail {
    background-image: url(../../../images/buttons/email.jpg);
}

#horoscopehometitlephone {
    background-image: url(../../../images/buttons/phone.jpg);
}

#horoscopehometitletext {
    background-image: url(../../../images/buttons/text.jpg);
}


#horoscopehometitledaily {
    background-image: url(../../../images/buttons/d.jpg);
}

#horoscopehometitleweekly {
    background-image: url(../../../images/buttons/w.jpg);
}

#horoscopehometitlemonthly {
    background-image: url(../../../images/buttons/m.jpg);
}


#horoscopehometitlesex {
    background-image: url(../../../images/buttons/sex.jpg);
}

#horoscopehometitleholiday {
    background-image: url(../../../images/buttons/holiday.jpg);
}

#horoscopehometitlehealth {
    background-image: url(../../../images/buttons/health.jpg);
}

.horoscopehomebox h2 {
    background-size: auto 35px;
    background-repeat: no-repeat;
    padding:5px 0 5px 45px;
    background-position: left 4px;
}

.horoscopehomeboxleft {
    float: left;
    width:60%;
}



.horoscopehomeimage {
    width:37%;
    float: right;
  
    margin-top: 27px;
}

.horoscopehomeimage img{
    max-width: 100%;
}

.horoscopehomeimage a {
   max-width: 100%;
   width:100%;
   min-width: 0%;
}


@media screen and (max-width : 900px)  {
 
 
    .horoscopehomebox h2 {
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    
    
    
}


@media screen and (max-width : 850px) {
    .horoscopehometext,.horoscopehomeimage,.horoscopehomeboxleft {
        width:100%;
    }
    
    .horoscopehomeimage {
        display: none;
    }
    
    .horoscopehomeimage {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
   
}
