.ads-btn {
    background: #dc5c05;
    border-radius: 90px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: #cb4d01 0 1px;
    padding: 2px;
    height: 20%;
    width: 14%;
    top: 35%;
}

.ads-content {
   // border-radius: 302px;
    background: #e4e3c4;
    border: 1px dotted #f73a18fc;
    box-shadow: 0px 0px 0px 3px #7f220d, 4px 7px 6px 0px #ce8c2b;
    background-image: -webkit-gradient( linear, 0% 30%, 50% top, color-stop(0%,rgb(223, 145, 36)), color-stop(40%,rgb(254, 220, 57)), color-stop(90%,rgb(249, 253, 102)), color-stop(100%,rgb(250, 253, 180))), -webkit-gradient( linear, 50% 30%, 100% top, color-stop(0%,rgb(226, 215, 215)), color-stop(25%,rgb(250, 254, 175)), color-stop(50%,rgb(251, 243, 21)), color-stop(80%,rgb(255, 213, 3)), color-stop(100%,rgb(254, 213, 30)));
    margin: 20px;
    color: brown;
}
.starting-point {
    overflow: hidden;
    padding: 0px;
    font-size: 14px;
}
@media (min-width: 768px){
.modal-dialog {
    width: 90%;
    margin: 10px auto;
}}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgb(251, 4, 4) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(251, 155, 4) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(251, 4, 4)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgb(255, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	left:0;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%,rgb(253, 0, 35) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgb(251, 155, 4) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgb(251, 4, 4)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgb(251, 3, 3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.ads-image {

    width: 100%;
    display: inline-block !important;

}