.b-spns-special_mini > center > a > img {
	width: 100%;
	display: block;
}
.b-spns-special_mini > center > img {
	display: block;
}
.fc-tags .b-spns-special_mini > center > a > img {
    width: 100%;
    margin-top: -62px;
    margin-left: 10px;
}
@media screen and (min-width: 1200px) {
    .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-headlines .f-headline, .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-tags .f-tags {
        width: calc(50% - 30px);
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-headlines .f-headline:last-child, .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-tags .f-tags:last-child {
        width: calc(23% - 30px);
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-headlines .f-headline:not(:last-child), .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-tags .f-tags:not(:last-child) {
        width: calc(50% - 30px);
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-headlines .f-headline:last-child, .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-tags .f-tags:last-child {
        width: calc(50% - 30px);
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-headlines .f-headline {
        margin-left: 15px;
        width: calc(50% - 15px);
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-headlines .f-headline {
        margin-left: 15px;
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 480px) {
    .p-dashboards-show .v2 .fc-user-sections .f-sections .fc-headlines .f-headline {
        margin-left: 10px;
        width: calc(50% - 10px);
    }
}