#platformBox {

	background-image: url("../img/platformboxbckg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2vw;
	height: 8vw;
	border: 2px;
	width: 80%;
	margin-left: 0 auto;
	margin-right: 0 auto;
	border-radius: 2vw;
	margin-bottom: : 0vw !important;
	box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	z-index: 20;
	transition: transform .2s;
}

#platformColumn {

	text-align: center;
	padding-bottom: 2vw;
	margin-bottom: 0 auto;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0 auto;

}

#platformLogoBox {

	height: 7vw;
	width: 7vw;
	position:relative;
	right: 1.2vw;
	bottom: 1.5vw;
	z-index: 100;
	padding: 0vw;
	margin: 0vw;

}

#platformLogo {

	height: 100%;
	width: 100%;
	object-fit:cover;

}

#platformText {

	font-size: 2.2vw;
	font-family: "Source Code Pro";
	color: white;
	position:relative;
	bottom: 6.1vw;
	left: 0.8vw;
	text-align: right;
	padding: 0;
	margin: 0;

}

#platformLink {

	text-decoration: none;

}

#platformBox:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1200px) {

  #platformBox {

		height: 15vw !important;
		margin-top: 1vw;
		margin-bottom: 1vw;

  }

	#platformText {

		font-size: 5vw;

	}

	#platformLogoBox {

		bottom: -0.4vw;
		height: 10vw;
		width: 10vw;

	}

}
