@-webkit-keyframes slideBump{0%,50%,to{transform:translateY(0)}20%,80%{transform:translateY(-5px)}}@keyframes slideBump{0%,50%,to{transform:translateY(0)}20%,80%{transform:translateY(-5px)}}.crs{/*! critical:start */position:relative;min-height:20px;overflow:hidden;/*! critical:end */transition:height .5s cubic-bezier(.25,.46,.45,.94)}.crs:not([inited]) .crs__next,.crs:not([inited]) .crs__prev{opacity:0;background-color:hsla(0,0%,53.3%,0);pointer-events:none}.crs__loader{width:200px;outline:1px solid red}.crs__next,.crs__prev{opacity:0;pointer-events:none;position:absolute;z-index:2;top:0;bottom:0;width:2rem;height:2rem;margin:auto 0;background-color:#ffc200;color:#000;font-family:filmweb-ifw;font-size:.75rem;line-height:2rem;text-align:center;cursor:pointer;transform:scale(1);transform-origin:center;transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);border-radius:50%}.mouse .crs__next:hover:not(.isInactive),.mouse .crs__prev:hover:not(.isInactive){background-color:#ffd44d}.crs__next.isInactive,.crs__prev.isInactive{opacity:.3;background-color:#888;cursor:default}.crs__next.isHidden,.crs__prev.isHidden{transform:scale(0);transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);opacity:0}.crs__next--small,.crs__prev--small{width:2.5rem;height:2.5rem;font-size:.875rem;line-height:2.5rem}.crs__prev{left:0}.crs__prev:before{content:"\E913"}.crs__next{right:0}.crs__next:before{content:"\E914"}.crs__dots{display:flex;justify-content:center;margin-bottom:.5rem}.crs__dot{display:block;flex-shrink:0;width:.5rem;height:.5rem;margin:0 .375rem;border-radius:.5rem;background:rgba(0,0,0,.3)}.crs__dot--selected{background:#242424}.crs__container{/*! critical:start */overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden/*! critical:end */}.crs__wrapper{/*! critical:start */display:flex;position:relative;flex-wrap:nowrap;align-items:flex-start/*! critical:end */}.crs__wrapper.crs--center{align-items:center}.crs__item{display:block;position:relative;flex-shrink:0}.crs--debug .crs__item{position:relative;background-color:#e8e8e8}.crs--debug .crs__item:nth-child(2n){background-color:#ddd}.crs__item--remove{transform-origin:50% 50%;transform:perspective(600px) rotateX(-90deg);opacity:0;transition:margin .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94)}.crs__item--show{-webkit-animation:itemShow .3s cubic-bezier(.25,.46,.45,.94);animation:itemShow .3s cubic-bezier(.25,.46,.45,.94)}.crs__item--insert{-webkit-animation:itemInsert .3s cubic-bezier(.25,.46,.45,.94);animation:itemInsert .3s cubic-bezier(.25,.46,.45,.94)}.crs__debug{position:absolute;z-index:100;max-width:200px;padding:5px;overflow:hidden;background-color:rgba(0,0,0,.5);color:#fff;font-size:9px}.crs__debug--item{bottom:0;left:0}.crs__debug--carousel{top:0;left:0}.crs__exampleItem{padding:50px 10px;border:3px solid red}.crs__exampleItem button{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:20px;background:#000;color:#fff}.crs__showAllButton{display:flex;flex-direction:column;align-items:center;justify-content:center;transform-origin:center}.crs__showAllButton:hover .ico{background:#ffd44d}.crs__showAllButton:hover span{opacity:.6}.crs__showAllButton span{display:inline-block;width:100%;padding-top:1rem;transition:opacity .3s cubic-bezier(.39,.29,0,1);opacity:1;font-size:.875rem;font-weight:700;text-align:center}.crs__showAllButton .ico{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;transform:scale(0);border-radius:50%;background:#ffc200;font-size:3.25rem}.crs__showAllButton .ico--goUp:before{transform:rotate(90deg)}.isVisible .crs__showAllButton .ico{transform:scale(1);transition:transform .3s cubic-bezier(.39,.29,0,1),background .25s cubic-bezier(.39,.29,0,1)}.crs--limited .crs__next,.crs--limited .crs__prev,.crs--roundedNavigation .crs__next,.crs--roundedNavigation .crs__prev{transform:scale(1);transform-origin:center;transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);border-radius:50%}.crs--limited .crs__next.isHidden,.crs--limited .crs__prev.isHidden,.crs--roundedNavigation .crs__next.isHidden,.crs--roundedNavigation .crs__prev.isHidden{transform:scale(0);transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);opacity:0}.crs--isScrolling .crs__item{pointer-events:none}.crs .crs__container::-webkit-scrollbar{display:none}.crs--isLoading.crs--endOfList:after{content:"";position:absolute;z-index:12;top:0;right:0;bottom:0;left:0;width:4.375rem;height:4.375rem;margin:auto;-webkit-animation:spin 1.5s linear infinite,delayed-fade-in .75s;animation:spin 1.5s linear infinite,delayed-fade-in .75s;opacity:inherit;background:url(../gfx/d.2a2bca72b58243e965b2fe38b63eda985.svg) no-repeat 50%;background-size:4.375rem}.crs--hasNoNav .crs__next,.crs--hasNoNav .crs__prev{opacity:0;pointer-events:none}.crs--centered.crs--hasNoNav .crs__wrapper{justify-content:center}.crs--stretched .crs__wrapper{align-items:stretch}.crs--stretched .crs__item{display:flex;flex-direction:column}.crs--compact .crs__next.isInactive,.crs--compact .crs__prev.isInactive{opacity:0;pointer-events:none}.crs--isLocked,.crs--isRemoving{pointer-events:none}html.touch:not(.mouse) .crs__next,html.touch:not(.mouse) .crs__prev{opacity:0;pointer-events:none}@media (max-width:767px){.crs__next,.crs__prev{display:none}}@media (min-width:768px){.crs__next,.crs__prev{opacity:1;pointer-events:all}.crs__dots{display:none}}@media (min-width:1152px){html.touch:not(.mouse) .crs__next:not(.isInactive),html.touch:not(.mouse) .crs__prev:not(.isInactive){opacity:1;pointer-events:all}.page__section--wide.page__section--black .crs,.page__section--wide.page__section--dark .crs{position:relative}.page__section--wide.page__section--black .crs:before,.page__section--wide.page__section--dark .crs:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7.5rem;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.72) 0,transparent 98%) no-repeat;z-index:1}.page__section--wide.page__section--black .crs:after,.page__section--wide.page__section--dark .crs:after{content:"";position:absolute;right:0;top:0;bottom:0;width:7.5rem;pointer-events:none;background:linear-gradient(90deg,transparent 0,rgba(0,0,0,.72) 98%) no-repeat}.page__section--wide.page__section--black .crs__next,.page__section--wide.page__section--black .crs__prev,.page__section--wide.page__section--dark .crs__next,.page__section--wide.page__section--dark .crs__prev{width:2.5rem;height:2.5rem;line-height:2.5rem}.page__section--wide.page__section--black .crs__next,.page__section--wide.page__section--dark .crs__next{right:1rem;z-index:2}.page__section--wide.page__section--black .crs__prev,.page__section--wide.page__section--dark .crs__prev{left:1rem;z-index:2}.page__section--wide:not(.isDark):not(.page__section--black) .crs{position:relative}.page__section--wide:not(.isDark):not(.page__section--black) .crs:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7.5rem;pointer-events:none;background:linear-gradient(90deg,hsla(0,0%,100%,.72) 0,hsla(0,0%,100%,0) 98%) no-repeat;z-index:1}.page__section--wide:not(.isDark):not(.page__section--black) .crs:after{content:"";position:absolute;right:0;top:0;bottom:0;width:7.5rem;pointer-events:none;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.72) 98%) no-repeat}.page__section--wide:not(.isDark):not(.page__section--black) .crs__next,.page__section--wide:not(.isDark):not(.page__section--black) .crs__prev{width:2.5rem;height:2.5rem;line-height:2.5rem}.page__section--wide:not(.isDark):not(.page__section--black) .crs__next{right:1rem;z-index:2}.page__section--wide:not(.isDark):not(.page__section--black) .crs__prev{left:1rem;z-index:2}}.crs--ribbons{margin-top:-.25rem}.crs--ribbons .crs__item{padding-top:.25rem}.crs--persons .crs__item{width:calc(50% - 1rem);padding-left:1rem}.crs--persons .crs__item:last-child{width:50%;padding-right:1rem}@media (min-width:768px){.crs--persons .crs__item{width:calc(20% - .2rem);padding-bottom:1.75rem}.crs--persons .crs__item:last-child{width:calc(20% + .75rem);padding-right:1rem}}@media (min-width:1152px){.crs--persons .crs__item{width:20%;padding-right:1rem;padding-bottom:1rem;padding-left:1rem}.crs--persons .crs__item:last-child{width:20%}}.crs--posters .crs__item{padding-bottom:1.5rem;padding-left:1rem}.crs--posters .crs__item:last-child{padding-right:1rem}@media (min-width:768px){.crs--posters .crs__item{padding-bottom:1.75rem}}@media (min-width:1152px){.crs--posters .crs__item{padding-right:1rem;padding-bottom:2rem;padding-left:1rem}}@media (min-width:1152px){.crs--posters.lg-4 .crs__item{width:25%}}.crs--polaroids .crs__item{box-sizing:content-box;width:14.5rem;padding-bottom:1.5rem;padding-left:1rem}.crs--polaroids .crs__item:last-child{padding-right:1rem}.crs--polaroids .crs__item>*{box-sizing:border-box}@media (min-width:768px){.crs--polaroids .crs__item{width:17rem;padding-bottom:1.75rem}}@media (min-width:1152px){.crs--polaroids .crs__item{box-sizing:border-box;width:33.33333%;padding:0 1rem 2rem}}@media (min-width:1152px){.crs--polaroids.lg-4 .crs__item{width:25%}}@media (min-width:1152px){.crs--polaroids.lg-2 .crs__item{width:50%}}html.debug .crs{outline:1px solid #00f}html.debug .crs .crs__wrapper{background:green}html.debug .crs .crs__item{outline:1px solid red}.polaroid{display:block;width:100%;transition:all .5s cubic-bezier(.25,.46,.45,.94);text-align:center}.polaroid__thumbnail{position:relative;width:100%}.polaroid__thumbnail img{color:#e8e8e8}.polaroid__caption{position:relative;z-index:1;padding:.75rem .9375rem .875rem;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.polaroid__caption .labelBox{margin:0}.polaroid__lead{display:none;color:#888;text-align:left}.polaroid__lead:not(:empty){display:block;margin-top:.3125rem;margin-bottom:.625rem;overflow:hidden;color:#242424;font-size:.875rem;text-align:center;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.polaroid__title{font-size:1.125rem}.polaroid__title a,.polaroid__title span{max-width:100%;max-height:4.5rem;margin:0 auto;color:#242424;font-family:Lato,sans-serif;font-weight:400;line-height:1.3;white-space:normal}.polaroid__title a:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.polaroid__meta{margin-top:.625rem;color:#888;font-family:Lato,sans-serif;font-size:.875rem;text-align:center}.polaroid__meta:empty{display:none}.polaroid__date:not(:empty)+.polaroid__commentsCount:before{content:"/";margin-right:.1875rem;margin-left:.1875rem}.polaroid__commentsCount{position:relative;text-decoration:none}.polaroid__fullLinkable{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.mouse .polaroid:hover .thumbnail{background-size:35%}.mouse .polaroid:hover .thumbnail__image{transform:scale(1.1)}.mouse .polaroid:hover .polaroid__caption{box-shadow:0 0 2rem rgba(0,0,0,.2)}.isDark .polaroid .polaroid__title a,.polaroid--dark .polaroid__title a{color:#eee}.isDark .polaroid .polaroid__lead,.polaroid--dark .polaroid__lead{color:#888}.mouse .isDark .polaroid:hover .polaroid__caption,.mouse .polaroid--dark:hover .polaroid__caption{background:#242424}.polaroid--horizontal:not(.polaroid--contest) .polaroid__caption .polaroid__header{padding-top:0}.polaroid--carousel .labelBox,.polaroid--compact .labelBox,.polaroid--wide .labelBox{margin:0;overflow:hidden}.polaroid--carousel .polaroid__header,.polaroid--compact .polaroid__header,.polaroid--wide .polaroid__header{padding:0}.polaroid--compact{display:flex;text-align:initial}.polaroid--compact .polaroid__thumbnail{width:7rem;flex-shrink:0}.polaroid--compact .polaroid__caption{width:13rem;padding:.0625rem 1rem 0 .75rem}.polaroid--compact .polaroid__header{padding-bottom:1.25rem}.polaroid--compact .polaroid__title{font-size:.875rem;line-height:1.25rem}.polaroid--compact .polaroid__meta{position:absolute;bottom:0;margin:0;text-align:initial;font-size:.75rem;line-height:1rem}.polaroid--carousel .polaroid__title,.polaroid--wide .polaroid__title{font-size:1rem;line-height:1.5rem}.polaroid--carousel .polaroid__meta,.polaroid--wide .polaroid__meta{font-size:.875rem;line-height:1.25rem}.polaroid--wide .polaroid__thumbnail{margin:0 auto;width:18rem}.polaroid--wide .polaroid__caption{width:20rem;padding:.8125rem 1rem 0}@media (min-width:768px){.polaroid__meta{margin-top:.75rem;font-size:.875rem}.polaroid__lead{display:block;margin-top:.5rem;font-size:1rem}.polaroid__title{font-size:1.125rem}.polaroid--horizontal{display:flex;width:100%;text-align:left}.polaroid--horizontal .polaroid__caption{display:flex;flex-direction:column;align-self:stretch;justify-content:center;width:18.9375rem;margin:0;padding:0 0 0 1.25rem}.polaroid--horizontal .polaroid__caption:before{content:"";position:absolute;top:0;right:0;left:1.25rem;height:.625rem;background:#ffc200}.polaroid--horizontal .polaroid__thumbnail{width:25.3125rem}.polaroid--horizontal .polaroid__header{margin-bottom:.875rem;padding-top:1.3125rem}.polaroid--horizontal .polaroid__title{margin-bottom:.875rem;padding-right:1.25rem;font-size:1.125rem}.polaroid--horizontal .polaroid__lead:not(:empty){padding-right:1.25rem;line-height:1.4;text-align:left}.polaroid--horizontal .polaroid__meta{padding:0;font-size:.875rem;text-align:left}.polaroid--horizontal.polaroid--equal .polaroid__caption,.polaroid--horizontal.polaroid--equal .polaroid__thumbnail{width:50%}.polaroid--horizontal .labelBox{position:absolute;top:1.25rem;left:1.25rem}.polaroid--carousel .polaroid__meta,.polaroid--compact .polaroid__meta,.polaroid--wide .polaroid__meta{font-size:.875rem;line-height:1.25rem}.polaroid--carousel,.polaroid--compact{width:20rem;flex-flow:wrap;text-align:center}.lg-2 .polaroid--carousel,.lg-2 .polaroid--compact{width:auto}.polaroid--carousel .polaroid__thumbnail,.polaroid--compact .polaroid__thumbnail{width:100%}.polaroid--carousel .polaroid__caption,.polaroid--compact .polaroid__caption{width:100%;padding:1.0625rem .5rem 1rem}.polaroid--carousel .polaroid__header,.polaroid--compact .polaroid__header{padding-bottom:.5rem}.polaroid--carousel .polaroid__title,.polaroid--compact .polaroid__title{overflow:hidden;font-size:1rem;line-height:1.5rem;height:3rem}.polaroid--carousel .polaroid__meta,.polaroid--compact .polaroid__meta{position:relative;text-align:center}.polaroid--wide{display:flex;text-align:unset}.polaroid--wide .polaroid__thumbnail{width:25.4375rem;flex-shrink:0}.polaroid--wide .polaroid__caption{width:16.5625rem;padding:1.0625rem 1rem 1rem;border-top:.25rem solid #ffc200}.polaroid--wide .polaroid__title{font-size:1.125rem;line-height:1.75rem}.polaroid--wide .polaroid__meta{position:absolute;left:1rem;bottom:1rem;margin:0;text-align:unset}.polaroid--single .polaroid__caption{width:20rem}.polaroid--single .polaroid__caption:before{display:none}.polaroid--single .polaroid__lead{text-align:left;-webkit-line-clamp:3;color:#888}.polaroid--single .polaroid:hover .polaroid__caption{box-shadow:none}.polaroid--single .labelBox{top:0}}@media (min-width:1152px){.polaroid--horizontal .polaroid__caption{width:16.625rem;padding:0 0 0 30px}.polaroid--horizontal .polaroid__caption:before{left:1.9375rem}.polaroid--horizontal .polaroid__thumbnail{width:25.625rem}.polaroid--horizontal .polaroid__title{display:-webkit-box;overflow:hidden;font-size:1.25rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.polaroid--horizontal .polaroid__category,.polaroid--horizontal .polaroid__meta{font-size:.875rem}.polaroid--horizontal .labelBox{left:1.9375rem}}.labelBox{display:inline-block;position:relative;z-index:1;margin-top:.625rem;margin-bottom:.625rem;color:#e7a90f;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;line-height:1rem;text-transform:uppercase}.labelBox__category:after{content:", "}.labelBox__category:last-child:after{content:""}.labelBox--slash .labelBox__category:after{content:" / "}.labelBox--slash .labelBox__category:last-child:after{content:""}.labelBox--grayText{position:relative;margin:0;padding:.625rem 0;color:#ccc;font-family:Lato,sans-serif;font-weight:400;line-height:1.4;text-transform:none}.labelBox--gray{position:relative;top:-1.5rem;margin-top:0;margin-bottom:-1.5rem;padding:.5rem 1rem;background-color:#e8e8e8;color:#242424}.labelBox--lighten{font-weight:400;margin-top:.5rem;margin-bottom:.25rem}.labelBox--gold{position:relative;top:-1.5rem;margin-top:0;margin-bottom:-1.5rem;padding:.5rem 1rem;background-color:#ffc200;color:#242424}.labelBox--red{color:#e10817;font-family:Lato,sans-serif;font-size:.75rem}.firstNewsContainer .labelBox--firstNewsContainer{display:inline-flex;align-items:center;height:1.25rem;padding:0 .5rem;border-radius:1px;background:#ffc200;color:#242424;font-size:.875rem;line-height:1}.firstNewsContainer .labelBox--firstNewsContainer span{margin-top:.125rem}@media (max-width:767px){.firstNewsContainer .labelBox--firstNewsContainer{height:1.25rem;background:#ffc200;color:#242424;font-size:.75rem}}.newsSection .newsSection__item{padding:0 0 1rem}.newsSection .newsSection__item.crs__item{padding-left:1rem}.newsSection .crs__container{width:100%}@media (max-width:767px){.newsSection--filmNewsSection .polaroid{display:flex}.newsSection--filmNewsSection .polaroid__thumbnail{width:100%;max-width:7rem}.newsSection--filmNewsSection .polaroid__thumbnail .thumbnail--16x9{padding-top:100%}.newsSection--filmNewsSection .polaroid__caption{padding-top:0;padding-right:.5rem;text-align:left}.newsSection--filmNewsSection .polaroid__caption .labelBox{margin-top:0;margin-bottom:.25rem;font-size:.75rem;line-height:1.33}.newsSection--filmNewsSection .polaroid__title{font-size:.875rem;line-height:1.43}.newsSection--filmNewsSection .polaroid__meta{font-size:.75rem;text-align:left}.newsSection--filmNewsSection .polaroid__date:not(:empty)+.polaroid__commentsCount{margin-left:0}}@media (min-width:768px){.newsSection .newsSection__items{display:flex;flex-wrap:wrap;padding:0 .25rem}.newsSection .newsSection__item{width:50%;padding:0 .75rem 1.5rem}.newsSection .newsSection__item--promoted{width:100%}.newsSection--filmNewsSection .polaroid--horizontal .polaroid__thumbnail{max-width:20rem}.newsSection--filmNewsSection .polaroid--horizontal .polaroid__caption{display:block;padding-top:.625rem}.newsSection--filmNewsSection .polaroid--horizontal .polaroid__header{margin-bottom:0;padding-top:0}.newsSection--filmNewsSection .polaroid--horizontal .labelBox{position:relative;top:0;left:0;margin-top:1rem;margin-bottom:.5rem;font-size:.875rem}}@media (min-width:1152px){.newsSection .newsSection__items{padding:0}.newsSection .newsSection__item{width:33.33333%;padding:0 1rem 2rem}.page__main .newsSection .newsSection__item,.wrapperContent__content .newsSection .newsSection__item{width:50%}.newsSection .newsSection__item--promoted{width:100%}.newsSection--mainColumn .newsSection__item{width:50%}.newsSection--mainColumn .newsSection__item.newsSection__item--promoted{width:100%}.tabSection--skyAd .newsSection .newsSection__item:not(.newsSection__item--promoted){width:50%}}.thumbnail{display:block;position:relative;width:100%;height:0;overflow:hidden;transition:all .5s cubic-bezier(.25,.46,.45,.94);background:#e8e8e8 url(../gfx/d.241740e7c59302575824baae6de87972c.svg) 50% no-repeat;background-size:28%}.thumbnail__header{display:flex;position:absolute;z-index:1;top:50%;right:0;bottom:0;left:0;align-items:flex-end;padding:.75rem .75rem .625rem;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.35) 99%);color:#fff;font-size:.875rem;text-transform:uppercase}.thumbnail__image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;transition:all .5s cubic-bezier(.25,.46,.45,.94);-o-object-fit:cover;object-fit:cover}.thumbnail__image:not([src]){visibility:hidden}.thumbnail__video{width:100%;height:100%;background:#000;-o-object-fit:fill;object-fit:fill}.thumbnail__link,.thumbnail__link:before{position:absolute;top:0;right:0;bottom:0;left:0}.thumbnail__link:before{content:"";pointer-events:none;border:1px solid hsla(0,0%,50.2%,.25);z-index:1}.section__dark .thumbnail__link:before{border:1px solid #000}.thumbnail--1x1{padding-top:100%}.thumbnail--16x9{padding-top:56.25%}.thumbnail--3x2{padding-top:66.66667%}.thumbnail--mainSliders{padding-top:18.75rem}.thumbnail--7x10{padding-bottom:142.85714%}.thumbnail--13x6{padding-bottom:46.15385%}.thumbnail--square-to-rectangle{padding-top:100%}.thumbnail--video .thumbnail__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:content-box;width:3.5rem;height:3.5rem;margin:auto;background:url(../gfx/d.256b83e756eecec56906a6f06b1623581.svg) 0 0 no-repeat}.mouse .thumbnail--video .thumbnail__link:hover:after{background-image:url(../gfx/d.2b3a4155aa3e482d2f0fc4a9f7fa72738.svg)}.thumbnail--video .thumbnail__link:before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;height:100%}.thumbnail--video .thumbnail__link:hover{cursor:pointer}@media (max-width:767px){.thumbnail__link:before{border-right:0;border-left:0}}@media (min-width:768px){.thumbnail--square-to-rectangle{padding-top:56.25%}}@media (min-width:1152px){.thumbnail--mainSliders{padding-top:25rem}}