img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

#menu .sub-container ul.sub-menu {
    overflow:visible !important;
}




:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.a-stats {
    --akismet-color-mid-green: #357b49;
    --akismet-color-white: #fff;
    --akismet-color-light-grey: #f6f7f7;
    max-width: 350px;
    width: auto;
}

.a-stats * {
    all: unset;
    box-sizing: border-box;
}

.a-stats strong {
    font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
    background: var(--akismet-color-mid-green);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    color: var(--akismet-color-white);
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
    background: var(--akismet-color-mid-green);
    color: var(--akismet-color-white);
    text-decoration: none;
}

.a-stats a.a-stats__link:hover {
    filter: brightness(110%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
    color: var(--akismet-color-white);
    display: block;
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0 13px;
    white-space: nowrap;
}

.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.rll-youtube-player:focus-within {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}

.rll-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.rll-youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all
}

.rll-youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.rll-youtube-player .play {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(https://mkvcinemas.kiwi/apps/wp-rocket/assets/img/youtube.png) no-repeat center;
    background-color: transparent !important;
    cursor: pointer;
    border: none;
}

@media screen and (max-width: 1325px) {
    #slider:hover .slide-caption {
        left: auto;
        right: 320px !important;
        opacity: 1;
    }
}

@media screen and (max-width: 1199px) {
    #slider:hover .slide-caption {
        right: 280px !important;
    }
}

@media screen and (max-width: 991px) {
    #slider .slide-caption {
        right: -280px !important;
    }

    #slider:hover .slide-caption {
        right: 0 !important;
    }
}

.fb-comments. span iframe,
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100% !important;
}

.pad {
    height: 20px;
}

div#content-embed #next-ep-notice .alert-warning {
    margin: 0;
}

#slider {
    width: 100%
}

#slider .slide-caption {
    left: auto !important;
    right: -380px !important;
}

#slider:hover .slide-caption {
    right: 0 !important;
    left: auto !important;
    opacity: 1;
}

#mv-info .mvi-content .mvic-desc {
    width: calc(100% - 160px);
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

#mv-info .mvi-content .mvic-btn {
    display: none;
}

@media screen and (max-width: 991px) {
    #mv-info .mvi-content .mvic-desc {
        width: 100%;
    }
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    height: 100% !important;
}

.movieplay .mejs-container.mejs-container-fullscreen {
    max-height: 100% !important;
    height: 100% !important;
}

#main {
    min-height: calc(100vh - 371px);
}

.alert-bottom {
    background: #7a0087;
}

fake_player section span.barra span.played {
    background: #81ad53;
}

.fake_player section span.barra span.played {
    background: #81ad53;
}

.fake_player section span.controles i.fa:hover {
    color: #81ad53;
}

.fake_player a.lnkplay:hover>.playads i.fa.fa-play {
    color: #81ad53;
}

.fake_player a.lnkplay:hover>span.playads {
    background: rgba(0, 0, 0, 0);
}

ann-home a {
    color: #c8e2fd;
}

#logo.night,
#logo-home.night {
    background-image: url(/image/yyyy-1.png);
}

#logo.light,
#logo-home.light {
    background-image: url(/image/yyyy.png);
}

#logo,
#logo-home {
    background-image: url(/image/yyyy-1.png);
}

.movies-list .ml-item,
.movies-list .ml-item .mli-info {
    border-radius: 5px !important;
}

.movies-list .ml-item:hover {
    border: 4px solid #e45cc0;
}

.btn-successful,
.movies-list-wrap .ml-title span {
    background: #e45cc0
}

.block .ep_title,
.jt-info .ep_airdate,
a,
.movies-letter a.btn-letter:hover {
    color: #e03ac3
}

a:focus,
a:hover {
    color: #ad0880
}

#slider .slide-caption h2 {
    color: #f760cf
}

#searchform .fa,
.qtip .qtip-title {
    color: #e45cc0
}

.btn-successful {
    border-bottom: 3px solid #d650b2
}

.btn-successful:active,
.btn-successful:focus,
.btn-successful:hover {
    background: #d655b4;
    border-bottom: 3px solid #cc4ba9
}

#top-news .nav li.active a {
    border-bottom: 2px solid #e45cc0
}

.movies-list .ml-item .mli-eps {
    background: rgba(220, 75, 182, .9)
}

a.psy_type {
    color: #f151b0
}

.footer-social a:hover {
    color: #f16bcd
}

.sidebar .sb-title {
    background: #e255bc
}

ul.idTabs li a.active,
ul.idTabs li a.selected {
    border-bottom: 3px solid #c34faa;
    background: #e056c2
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #c135a2;
    border-bottom: 3px solid #b32b9c !important
}

.btn-primary {
    background: #d03fb0;
    border-bottom: 3px solid #b933a2 !important
}

.box .box-head .nav-tabs li.active a {
    background: #e45cc0 !important
}

#menu ul.top-menu li.active a,
#menu ul.top-menu li:hover a {
    color: #e45cc0
}

#menu .sub-container ul.sub-menu li:hover a {
    background: #e45cc0
}

#menu .sub-container {
    border-top: 1px solid #e45cc0
}

#mv-info .mvi-cover:before,
.movies-list .ml-item .ml-mask:after {
    background-image: url(https://mkvcinemas.kiwi/data/themes/PsyPlay/assets/css/img/buttons/btn-overlay-pink.png)
}

#button-favorite a.liked i.fa {
    color: #ff4dd0
}

.footer-tags a:hover {
    color: #fb6dce
}

#filter .fc-title,
.wpas-field .label-container {
    color: #e45cc0
}

#filter ul.fc-main-list li a.active,
#filter ul.fc-main-list li a:hover {
    background: #e45cc0 !important
}

.test_container .nav>li.active>a:focus,
.test_container .nav>li.active>a {
    background: #e45cc0 !important;
}

#lnk-dl-button,
#lnk-watch-button {
    background: #e45cc0;
}

#lnk-watch-button:hover,
#lnk-dl-button:hover {
    background: #bf4ea1;
    !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #e45cc0;
}

form#psy-loginform p input[type=submit] {
    background: #e45cc0;
    border-bottom: 3px solid #ce4bab !important;
}

form#psy-loginform p input[type=submit]:hover {
    background: #d655b4;
    border-bottom: 3px solid #b33d93 !important;
}

@media screen and (max-width: 991px) {
    .movies-list-wrap .ml-title span {
        background: none;
    }

    #menu .sub-container {
        border: 0;
    }

    #menu ul.top-menu li a {
        color: #ff48cf !important;
    }
}

.tvseason .les-content a:hover {
    border-bottom: 3px solid #d650b2;
    background: #e45cc0;
}

.home-main #hm-search button,
.search-suggest ul li.ss-bottom a {
    background: #e45cc0;
}

.search-suggest ul {
    border-top: 1px solid #e45cc0;
}

a.comment-reply-link,
#respond p input.submit {
    color: #fff;
    background: #e45cc0;
}

a.comment-reply-link:hover,
#respond p input.submit:hover {
    color: #fff;
    background: #bf4ea1;
}

#mv-keywords a:hover {
    color: #dd55ce;
}

.cssload span,
.cssload span:before,
.cssload span:after {
    border: 2px solid #e45cc0;
}

.margin-right {
    margin-right: 20px !important;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.button {
    background-color: #042FE4;
    /* Blue */
    border: 4px solid #FF006A;
    border-radius: 15px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 12px 12px 12px 12px;
    font-weight: bold;
    cursor: pointer;
}

.button:hover {
    background-color: #011879;
    color: white;
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.button2 {
    background-color: #FF6D00;
    /* Blue */
    border: none;
    border-radius: 7px;
    color: white;
    padding: 19px 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    font-weight: bold;
}

#mv-info .mvi-content .mvic-desc .desc img,
.infopage .content img,
.ann-home img {
    max-width: 100%;
    height: auto;
}

.embed-youtube {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.embed-youtube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.marg {
    margin: 5px;
    align: center;
}

@media screen and (max-width: 799px) {
    #mv-info .mvi-content .mvic-thumb {
        display: block !important;
    }
}

.sp-wrap-default .sp-head {
    font-size: 18px;
    color: #fff;
}

.sp-wrap-default {
    background: none repeat scroll 0% 0% #7d3741;
    border-color: #C3CBD1;
}

.sp-wrap-default .sp-body {
    background: #7d3741;
    border-top: 1px solid #C3CBD1;
}

.sp-wrap-default .spdiv {
    color: #E7F58B;
}

.gdlink {
    background-color: #7d3741;
    /* Blue */
    border: 1px solid #777C53;
    border-radius: 15px;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 12px 12px 12px 12px;
    font-weight: bold;
    cursor: pointer;
    overflow-wrap: break-word;
    display: block;
}

.gdlink:hover {
    background-color: #707070;
    color: white;
}

.gdlink:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.SH-Ads {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
    transition: all .1s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    z-index: 20;
}

.SH-Ads-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 0;
    position: absolute;
    right: 10px;
    top: -15px;
    background-color: #fefefe;
    box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
}

.SH-Ads .SH-Ads-close svg {
    width: 22px;
    height: 22px;
    fill: #000;
}

.SH-Ads .SH-Ads-content {
    overflow: hidden;
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}

.SH-Ads .SH-Ads-content img {
    max-width: 100%;
    /* Ensures the image doesn\'t exceed the container width */
    height: auto;
    /* Maintains the aspect ratio */
}

@media (max-width: 768px) {
    .SH-Ads {
        padding: 8px;
    }

    .SH-Ads-close {
        width: 25px;
        height: 25px;
    }

    .SH-Ads .SH-Ads-close svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .SH-Ads {
        padding: 5px;
    }

    .SH-Ads-close {
        right: 5px;
        top: -10px;
    }
}