.titledown .title {
    text-align: center;
    padding: 10px;
    color: #333;
}
img {
    border-radius: 10px 10px 0 0;
}
.titledown {
    border-radius: 10px;
}
.maniads_btn {
    text-align: center;
    margin: 22px 0 0 0;
    background: #4c47c5;
    padding: 6px 0;
    box-shadow: 1px 1px 7px #4c47c5;
}
.maniads_btn a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.content_with_title {
    line-height: 28px;
    color: #fff;
    font-size: 14px;
}
.manibigadstitle {
    font-weight: bold;
    border-bottom: 1px solid #cccccc57;
    padding-bottom: 10px;
        font-size: 17px;
}
.maniads_btn .btn-lg {
    border-radius: 0;
    padding: 11px 44px;
}
.manibigads_photo_relative {
    position: relative;
}
.manibigads_relative {
    position: absolute;
}
.manibigads_content_with_right {
    margin-top: 128px;
}
.maniads_btn a.btn:hover {
    color: #a7a4ef;
}




/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.manibigads_content h3 {
    font-size: 12px;
}
	.maniads_btn .btn-lg {
    padding: 5px 11px;
    font-size: 15px;
}
    .content_with_title {
        color: #000;
    }
    .manibigads_relative {
    position: inherit;
}
    .manibigads_content_with_right {
    margin-top: 26px;
}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.99px) { 
	.manibigads_content h3 {
    font-size: 12px;
}
	.maniads_btn .btn-lg {
    padding: 5px 11px;
    font-size: 15px;
}
        .content_with_title {
        color: #000;
    }
    .manibigads_relative {
    position: inherit;
}
    .manibigads_content_with_right {
    margin-top: 26px;
}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}

