
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 120%;
}

.uley{
	height: 470px;
	width: 480px;
}

.ulr{
	color: white;
	font-family: 'Ubuntu';
}

 .verifytooltip {
     position: relative;
     display: block !important;
    
}


 .verifytooltip .verifytooltiptext {
     visibility: hidden;
     width: 120px;
     height:auto;
     background-color: black;
     color: #fff;
     text-align: center;
     border-radius: 6px;
     padding: 5px 0;
     /* Position the tooltip */
     position: absolute;
     z-index: 1;
    
}


 .verifytooltip:hover .verifytooltiptext {
     visibility: visible;
    
}