.bnr-wrapper.bnr-single .bnr-mobile-desktop {
display: block;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
.bnr-wrapper.bnr-single .bnr-tablet {
display: none;
} @media (min-width: 768px) and (max-width: 1023px) {
.bnr-wrapper.bnr-single .bnr-mobile-desktop {
display: none;
}
.bnr-wrapper.bnr-single .bnr-tablet {
display: block;
}
} @media (min-width: 768px) and (max-width: 1023px) {
.bnr-wrapper.bnr-single .bnr-mobile-desktop:only-child {
display: block;
}
} .bnr-wrapper .bnr_abt {
padding: 5px 5px 0 0;
cursor: pointer;
position: absolute;
bottom: 0;
left: 0;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.bnr-wrapper .bnr_abt .bnr_abt_tl {
padding: 2px 8px !important;
border-radius: 0 10px 0 0;
background-color: #ccc;
font-size: 10px;
color: #fff;
}
.bnr-wrapper .bnr_abt_bbl {
padding: 8px;
border-radius: 4px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
background: rgba(255, 255, 255, 0.97);
font-size: 10px;
color: rgba(0, 0, 0, 0.5);
line-height: 1;
position: absolute;
top: 100%;
right: 9999px;
}
.bnr-wrapper .bnr_abt:hover .bnr_abt_bbl {
width: 200px;
right: 5px;
}
.bnr-wrapper .bnr_abt_copy {
display: none;
margin-top: 5px;
color: #3F6BDB;
}
.bnr-wrapper .bnr_abt_bbl.done .bnr_abt_copy {
display: block;
} .single-sponsor .new_pic.new_pic-max img {
height: 200px;
width: auto;
object-fit: contain;
} .new_content h2 {
font-size: 125%;
}
.new_content h3 {
font-size: 110%;
}