		html, body {
			padding: 0;
			margin: 0;
		}

		.custom{
			background-image: url(coming-soon-web.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			padding: 0;
			margin: 0;
			height: 100vh;
			width: 100%;
			display: block;
		}
		.custom-mob {
			display: none;
		}

		a {
			position: absolute;
			right: 5%;
			bottom: 5%;
			text-transform: capitalize;
		}






	@media only screen and (max-width: 414px){
		
		.custom {
			display: none!important;
		}
		.custom-mob {
			
			background-image: url(coming-soon-m.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: left;
			padding: 0;
			margin: 0;
			width: 100%;
			height: 100vh;
			display: block;
		}
		a {
			position: absolute;
			bottom: 15%;
			right: 12%;
		}
	}

	