<style type="text/css">
div[data-actirise-slot="top-page"]{
 display: none; 
 margin: 10px auto;
}
@media screen and (min-width: 481px) and (max-width: 769px){
 div[data-actirise-slot="top-page"].device-tablet{
  display: flex !important;
  width: 100%;
  min-height: 250px;
 }
}
@media screen and (min-width: 770px){
 div[data-actirise-slot="top-page"].device-desktop{
  display: flex !important;
  width: 100%;
  min-height: 250px;
 }
}
div[data-actirise-slot="aside-desktop-atf"]{
 display: none; 
 margin: 10px auto;
}
@media screen and (min-width: 481px) and (max-width: 769px){
 div[data-actirise-slot="aside-desktop-atf"].device-tablet{
  display: flex !important;
  width: 100%;
  min-height: 600px;
 }
}
@media screen and (min-width: 770px){
 div[data-actirise-slot="aside-desktop-atf"].device-desktop{
  display: flex !important;
  width: 100%;
  min-height: 600px;
 }
}
div[data-actirise-slot="in-feed-atf"]{
 display: none; 
 margin: 10px auto;
}
@media screen and (max-width: 480px){
 div[data-actirise-slot="in-feed-atf"].device-mobile{
  display: flex !important;
  width: 100%;
  min-height: 360px;
 }
}
@media screen and (min-width: 481px) and (max-width: 769px){
 div[data-actirise-slot="in-feed-atf"].device-tablet{
  display: flex !important;
  width: 100%;
  min-height: 360px;
 }
}
@media screen and (min-width: 770px){
 div[data-actirise-slot="in-feed-atf"].device-desktop{
  display: flex !important;
  width: 100%;
  min-height: 280px;
 }
}
div[data-actirise-slot="top-content"]{
 display: none; 
 margin: 10px auto;
}
@media screen and (max-width: 480px){
 div[data-actirise-slot="top-content"].device-mobile{
  display: flex !important;
  width: 100%;
  min-height: 360px;
 }
}
@media screen and (min-width: 481px) and (max-width: 769px){
 div[data-actirise-slot="top-content"].device-tablet{
  display: flex !important;
  width: 100%;
  min-height: 360px;
 }
}
@media screen and (min-width: 770px){
 div[data-actirise-slot="top-content"].device-desktop{
  display: flex !important;
  width: 100%;
  min-height: 280px;
 }
}
div[data-actirise-slot="intext-atf"]{
 display: none; 
 margin: 10px auto;
}
@media screen and (max-width: 480px){
 div[data-actirise-slot="intext-atf"].device-mobile{
  display: flex !important;
  width: 100%;
  min-height: 360px;
 }
}
@media screen and (min-width: 481px) and (max-width: 769px){
 div[data-actirise-slot="intext-atf"].device-tablet{
  display: flex !important;
  width: 100%;
  min-height: 360px;
 }
}
@media screen and (min-width: 770px){
 div[data-actirise-slot="intext-atf"].device-desktop{
  display: flex !important;
  width: 100%;
  min-height: 280px;
 }
}
</style>