HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
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,
Upload Files
File: /var/www/html/site/newsite/wp-content/themes/digital-download/sass/pages/home/_banner.scss
.banner{
	position: relative;
	padding: 200px 0 105px;
	background-size: cover !important;

	&:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	}

	/*img{
		width: 100%;
		vertical-align: top;
		height: 612px;
		-o-object-fit: cover;
		object-fit: cover;
	} */

	.banner-text{
		max-width: 830px;
		// position: absolute;
		// top: 50%;
		// left: 50%;
		// @include transform(translate(-50%, -25%));
		text-align: center;
		z-index: 1;
		margin: 0 auto;
		position: relative;

		.title{
			line-height: 1.258em;
			font-size: 3.4em;
			font-weight: 700;
			color: $white_color;
			margin: 0 0 10px;
		} /*title*/

		.banner-content{
			line-height: 1.6em;
			font-size: 1.1em;
			color: #dae1e7;
			margin: 0 0 50px;
		} /*banner-content*/

		.btn-holder{
			.btn-primary{
				margin: 0 7px 14px;

				&:hover,
				&:focus{
					color: $white_color;
				} /*hover*/

			} /*btn-primary*/

			.btn-view-pricing{
				background: #86919d;
				border-color: #86919d;

				&:hover,
				&:focus{
					background: none;
					color: $white_color;
				} /*hover*/

			} /*btn-view-pricing*/

		} /*btn-holder*/

	} /*banner-text*/

} /*banner*/

@media only screen and (max-width: 1024px){
	.banner{
		
		.banner-text{
			max-width: 600px;

			.title{
				font-size: 2.4em;
			} //title

		} //banner-text

	} //banner
}

@media only screen and (max-width: 767px){
	.banner{
		padding-bottom: 60px;
		
		.banner-text{
			padding: 0 15px;

			.title{
				font-size: 2em;
			} //title

			.btn-holder{

				.btn-primary{
					font-size: 0.889em;
					padding: 10px 20px;
				} //btn-primary

			} //btn-holder

		} //banner-text

	} //banner
}