.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.clear{clear: both;}
.mybut{width:200px; padding:10px; background-color: #fed136; color:#000; border: none; border-radius: 10px;}

.ul{text-align: left;}
.ulb{text-align: left; list-style: none;}


.closebutt {
    width:30px; height:30px; z-index:1; background-color:transparent; border:none; float:right; margin-top:0px;
}

@media (min-width: 768px) {
.closebutt{width:30px; height:30px; z-index:1; background-color:transparent; border:none; float:right; margin-top:-66px;}
}

@media (min-width: 992px) {
    .closebutt{width:30px; height:30px; z-index:1; background-color:transparent; border:none; float:right; margin-top:-66px;}
}


@media(min-width:350px) {
.closebutt{width:30px; height:30px; z-index:1; background-color:transparent; border:none; float:right; margin-top:-66px;}
}

@media(min-width:320px) {
.closebutt{width:30px; height:30px; z-index:1; background-color:transparent; border:none; float:right; margin-top:-66px;}
}

@media (min-width: 1200px) {
.closebutt{width:30px; height:30px; z-index:1; background-color:transparent; border:none; float:right; margin-top:0px;}
}

