	#installationInstructions .card {
		display: block;
		clear: both;
		height: 225px;
		width: 300px;
		top: 15px;
		float: right;
		margin: auto;
		margin-right: 80px;
		margin-bottom: 15px;
	}
	#installationInstructions .text .triangle-center {
		top: initial;
    right: initial;
    bottom: -40px;
    left: 130px;
	}

  .img-div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    position: relative;
    height: 160px;    
  }
  
  #installationInstructions .text p {
    margin-bottom: 0;
  }

  .step1img {
    width: 320px;
  }
  
  .step2img {
    width: 280px;
  }
  
  .step3img {
    width: 430px;
  }
  
  .img-div.step1img .file-name {
    position: absolute;
    top: 92px;
    left: 27px;
    font-size: 6px;
    font-weight: 700;
    color: #10110C;
  }
  .img-div.step1img .file-name-url {
    position: absolute;
    top: 110px;
    left: 42px;
    font-size: 6px;
    font-weight: 700;
  }
  
  .img-div.step3img .file-name {
    position: absolute;
    top: 66px;
    left: 111px;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 0.4px;
    max-width: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .img-div.step3img .file-path {
    position: absolute;
    top: 89px;
    left: 115px;
    font-size: 5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    max-width: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .img-div.step4img .file-name {
    position: absolute;
    top: 87px;
    left: 97px;
    font-size: 6px;
    font-weight: 700;
    color: #10110C;
  }

	#installationInstructions .text img {
		max-width: 100%;
		max-height: 150px;
	}

	#installationInstructions .arrow {
		top: 10px;
		right: 89px;
	}

	#installationInstructions .arrow-tip {
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-bottom: 55px solid #fc6f03; /*Arrow color*/
	}

	#installationInstructions .arrow-body {
		background: #fc6f03; /*Arrow color*/
		width: 45px;
		height: 80px;
		margin-left: 19px;
  }