
   @media screen and (max-width: 1440px){
	
	.main-wrap{
	    height: 855px !important;
	    width: 500px;
	}
  }
  @media screen and (max-width: 540px){
	
	.main-wrap{
		height: 800px !important;
		width: 95% !important;
		position: relative;
		margin: 0 auto;
		box-shadow: 0px 5px 9px 2px #a09e9e;
	}
  }
  @media screen and (max-width: 479px){
	
	.main-wrap{
		height: 770px !important;
		width: 100% !important;
		position: relative;
		margin: 0 auto;
		box-shadow: 0px 5px 9px 2px #a09e9e;
	}
  }
	@media screen and (max-width: 412px){
	
	.main-wrap{
		height: 730px !important;
		width: 100% !important;
		position: relative;
		margin: 0 auto;
		box-shadow: 0px 5px 9px 2px #a09e9e;
	}
  }
  @media screen and (max-width: 390px){
	
	.main-wrap{
		height: 640px !important;
		width: 100% !important;
		position: relative;
		margin: 0 auto;
	}
  }
body{
	width: auto;
	margin: 0;
	font-family: Helvetica,Arial,Lucida,sans-serif;
	padding-top: 40px;
	padding-bottom: 10px;
	background-image: url(../images/body-bg.png);
}

.main-wrap{
	height: 845px;
	width: 500px;
	position: relative;
	margin: 0 auto;
	box-shadow: 0px 5px 9px 2px #a09e9e;
}
.bg-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ...... Follow ...... */
.follow-area{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.follow-columns{
	position: absolute;
    top: 72%;
    width: 100%;
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    align-content: normal;
    justify-content: space-evenly;
    padding: 0px;
    flex-flow: column row;
}
.follow-area .follow-col{
	width: 40%;
    margin: 0% -1%;
}
.follow-col a {
	text-decoration: none;
    padding: 22px 5px;
    border: none;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    width: 95%;
}
.click-col{
    position: absolute;
    bottom: 0%;
    width: 68%;
    left: 80px;
    height: 5%;
}
.click-col a {
	text-decoration: none;
    padding: 22px 5px;
    border: none;
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

