Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Estilos Carrusel Popup Shorts */
- .ov-swiper-shorts .ov-play-button {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 50px;
- height: 50px;
- background-color: rgba(255, 255, 255, 0.7);
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- transition: transform 0.3s ease-out, opacity 0.2s ease-out;
- }
- .ov-swiper-shorts .ov-play-button:before {
- content: '';
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent;
- border-left: 15px solid #000;
- margin-left: 5px;
- }
- .ov-swiper-shorts .swiper-slide:hover .ov-play-button {
- transform: translate(-50%, -50%) scale(1.3);
- }
- .ov-swiper-shorts .popup {
- display: none;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.9);
- z-index: 1000;
- }
- .ov-swiper-shorts .popup-content {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: auto;
- height: 100%;
- max-height: 760px;
- max-width: 90vw;
- aspect-ratio: 9 / 16;
- }
- .ov-swiper-shorts .popup-video {
- width: 100%;
- height: 100%;
- border-radius: 16px;
- }
- .ov-swiper-shorts .popup-close,
- .ov-swiper-shorts .popup-prev,
- .ov-swiper-shorts .popup-next {
- position: absolute;
- background-color: rgba(255, 255, 255, 1);
- color: #000;
- font-family: "ETMODULES";
- font-size: 24px;
- border-radius: 50%;
- width: 40px;
- height: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- }
- .ov-swiper-shorts .popup-close {
- top: 10px;
- right: 10px;
- }
- .ov-swiper-shorts .popup-close:before {
- content: '\4d';
- }
- .ov-swiper-shorts .popup-prev {
- top: 50%;
- left: -70px;
- }
- .ov-swiper-shorts .popup-prev:before {
- content: '\34';
- }
- .ov-swiper-shorts .popup-next {
- top: 50%;
- right: -70px;
- }
- .ov-swiper-shorts .popup-next:before {
- content: '\35';
- }
- .ov-swiper-shorts .swiper-button-next,
- .ov-swiper-shorts .swiper-button-prev {
- background-color: rgba(3, 12, 38, 0.9);
- border: 1px solid rgba(255, 255, 255, 0.2);
- border-radius: 50%;
- width: 40px;
- height: 40px;
- font-size: 14px;
- background-image: none;
- }
- .ov-swiper-shorts .swiper-button-next {
- right: -20px;
- top: -215px;
- }
- .ov-swiper-shorts .swiper-button-prev {
- left: -20px;
- top: -215px;
- }
- .ov-swiper-shorts .swiper-button-next::after,
- .ov-swiper-shorts .swiper-button-prev::after {
- font-size: 14px;
- color: white;
- }
- .ov-swiper-shorts .swiper-button-next.swiper-button-disabled,
- .ov-swiper-shorts .swiper-button-prev.swiper-button-disabled {
- opacity: .35;
- cursor: auto;
- pointer-events: none;
- }
- @media only screen and (max-width: 768px) {
- .ov-swiper-shorts .popup-content {
- max-height: 580px;
- }
- .ov-swiper-shorts .swiper-button-next,
- .ov-swiper-shorts .swiper-button-prev {
- top: -177px;
- }
- .ov-swiper-shorts .popup-prev {
- left: 10px;
- }
- .ov-swiper-shorts .popup-next {
- right: 10px;
- }
- }
- /* Enviar footer atras */
- .et-l--footer .et_builder_inner_content {
- z-index: 0 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement