@media (min-width: 1200px) {
    .popoverbox {
        height: 100%;
        overflow: hidden;
        background-color: #fdf9f6;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popoverbox {
        height: 349px;
        overflow: hidden;
        background-color: #fdf9f6;
        padding: 4px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .popoverbox {
        height: 274px;
        overflow: hidden;
        background-color: #fdf9f6;
        padding: 4px;
        font-size: 16px;
    }
}

.popoverbox-header {
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 25px 20px;
border-color: transparent transparent #fdf9f6 transparent;
position:absolute;
margin-top:-30px;
left:10px;
right:auto;
}

.Ico-Box 
{
    width:100%;
   height:100%;
   padding:5px;
   margin:5px;
}

.Ico-Box img:hover 
{
border:solid thin #dddddd;
}
    .Ico-Box img {
        width:90px;
        text-align:center;
    }

     .Ico-Box h5 {
       text-align:center;
       color:#666666
    }

 .Ico-Box a:hover {
       text-decoration:none;
    }
