.block-gamw {
    text-align: center;
}

.block-ad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.block-ad h2{
    margin-bottom: 0;
}

.block-ad .block-gamw {
    position: absolute;
    right: 10px;
}


.top-bar-container {
    min-height: 110px;
}

.container.custom-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: -90px;
    max-width: 100%;
}

.top-bar-container .block-gamw iframe {
    margin: 10px 0;
}

.gamw-intermediary-dual{
    margin: 0 auto !important;
    background-color: white;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    position: fixed !important;
    top: -90px !important;
    z-index: 999999 !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
  }
  
  .gamw-top-sticky-dual{
    margin: 0 auto !important;
    background-color: white;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    position: fixed !important;
    top: 0 !important;
    display: block !important;
    z-index: 999999 !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
  }

  .main-wrapper {
    transition: opacity .1s;
    flex-wrap: wrap;
    opacity: 0;
  }

.main-wrapper.opacity-v {
    opacity: 1;
}

#block-gamwadvertisement-35>div, #block-gamwadvertisement-36>div, #block-gamwadvertisement-37>div, #block-gamwadvertisement-38>div, #block-gamwadvertisement-39>div, #block-gamwadvertisement-40>div {
    display: none;
}

#block-gamwadvertisement-35>div.catfish-enabled, #block-gamwadvertisement-36>div.catfish-enabled, #block-gamwadvertisement-37>div.catfish-enabled, #block-gamwadvertisement-38>div.catfish-enabled, #block-gamwadvertisement-39>div.catfish-enabled, #block-gamwadvertisement-40>div.catfish-enabled {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: block;
}

#block-gamwadvertisement-41>div, #block-gamwadvertisement-42>div {
    display: none;
}

#block-gamwadvertisement-41>div.takeover-enabled {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
    margin-left: -400px;
    margin-top: -300px;
    z-index: 999995;
    display: block;
}

#block-gamwadvertisement-42>div.takeover-enabled {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    z-index: 999999;
    display: block;
}

#block-gamwadvertisement-43 .adfm-inline {
    margin-top: 10px !important;
}
#block-gamwadvertisement-43,
#block-gamwadvertisement-44
{
    display: flex;
    justify-content: center;
}
#block-gamwadvertisement-45,
#block-gamwadvertisement-46
{
    align-items: center;
    flex-wrap: wrap;
}

#block-gamwadvertisement-45,
#block-gamwadvertisement-46 {
    width: 100%;
}

@media(max-width: 992px) {
    .top-bar-container {
        min-height: 80px;
    }

    .block-ad .block-gamw iframe{
        margin-top: 10px;
    }
    
    .block-ad .block-gamw {
        text-align: center;
    }    

    .block-ad .block-gamw {
        position: relative;
        right: unset;
    }

    /* .header {
        top: 75px;
    } */

    .header {
        position: relative;
        top: 0;
    }

    .main-wrapper {
        padding-top: 0px !important;
    }

    #block-gamwadvertisement-44 .adfm-inline{
        margin-top: 10px !important;
    }
}
