HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpprm_err/wp-content/themes/ronneby/assets/less.lib/visual-composer/video-module.less
/* 
    Created on : 13.02.2015, 10:49:58
    Author     : DFD
	Styles for : Video module
*/
.dfd-video-box {
	.rel();
	overflow: hidden;
	.dfd-video-image-thumb {
		.abs();
		top: 0; bottom: 0;
		left: 0; right: 0;
		z-index: 1;
		i {
			font-size: 50px;
			.abs();
			top: 50%;
			left: 50%;
			.block();
			width: 30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			margin-top: -15px;
			margin-left: -15px;
			z-index: 1;
			color: @main-site-dark-color;
			.scale(1);
			.transition-transform(.3s ease-in-out);
			&:hover {
				.scale(1.1);
			}
		}
		img {
			.abs();
			left: 50%;
			top: 50%;
			.block();
			min-width: 100%;
			.translate(-50%; -50%);
		}
	}
	.wpb_video_wrapper.dfd-fullscreen-video {
		padding: 0;
		> a {
			@s: 56px;
			.rel();
			.inline-block();
			text-align: center;
			i {
				font-size: 21px;
				float: left;
				.block();
				width: 84px;
				height: 50px;
				line-height: 50px;
				margin-left: 0;
				color: @main-site-dark-color;
				background: @third-site-dark-color;
				.rounded(3px);
				.transition(~"width .3s ease, margin-left .3s ease");
			}
			&:hover {
				i {
					width: 94px;
					margin-left: -5px;
				}
			}
		}
		.box-name,
		.subtitle {
			.block();
			text-align: left;
			margin-left: 100px;
		}
		.box-name {
			margin-top: 5px;
		}
		.subtitle {
		}
	}
}

.dfd-fullscreen-video-container {
	.hide();
	position: fixed;
	z-index: 1001;
	/*top: -100%;*/
	top: 0; bottom: 0;
	left: 0; right: 0;
	//width: 100%;
	//height: 100%;
	padding: 5% 15%;
	overflow: hidden;
	&:before {
		content: "";
		.block();
		.abs();
		top: 0; bottom: 0;
		left: 0; right: 0;
		background: @main-site-dark-color;
		.opacity(0.75);
		z-index: -1;
	}
	.fluidvids {
		.rel();
		width: 100%;
		height: 100%;
	}
	a.fullscreen-video-close {
		font-size: 35px;
		font-weight: 300;
		.block();
		.abs();
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		line-height: 43px;
		text-align: center;
		color: @main-site-dark-color;
		background: @third-site-dark-color;
		cursor: pointer;
		.opacity(1);
		.transition(opacity .3s ease);
		&:hover {
			.opacity(.7);
		}
	}
}

body {
	&.dfd-custom-padding-html {
		.dfd-fullscreen-video-container {
			top: @layout-white-space-size;
			bottom: @layout-white-space-size;
			left: @layout-white-space-size;
			right: @layout-white-space-size;
		}
	}
	&.admin-bar {
		&.dfd-custom-padding-html {
			.dfd-fullscreen-video-container {
				top: @layout-white-space-size + 32;
			}
		}
		.dfd-fullscreen-video-container {
			top: 32px;
		}
	}
}

.dfd-fullscreen-video-container.video_module{
	.LightBoxVideoModule_Hide{
		transform: translateY(50px) !important;
		opacity : 0 !important;
		transition: all .5s !important;
	}
}