/*ipad pro*/
@media screen and (max-width:1500px){
	.wrapper2 {
	  margin: 20px auto;
	  width: 100%;
	  height: 600px;
	  background: white;
	  padding: 10px;
	    
	  -webkit-border-radius:10px;
	  -moz-border-radius:10px;
	  border-radius:10px;
	 
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	    
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  position: relative;
	  z-index: 90;
	}
}
/*ipad*/
@media screen and (max-width:900px){
	.wrapper2 {
	  margin: 20px auto;
	  width: 100%;
	  height: 480px;
	  background: white;
	  padding: 10px;
	    
	  -webkit-border-radius:10px;
	  -moz-border-radius:10px;
	  border-radius:10px;
	 
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	    
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  position: relative;
	  z-index: 90;
	}
}


@media screen and (max-width:767px){
	.wrapper2 {
	  margin: 20px auto;
	  width: 100%;
	  height: 400px;
	  background: white;
	  padding: 10px;
	    
	  -webkit-border-radius:10px;
	  -moz-border-radius:10px;
	  border-radius:10px;
	 
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	    
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  position: relative;
	  z-index: 90;
	}
}


@media screen and (max-width:767px){
	.wrapper2 {
	  margin: 20px auto;
	  width: 100%;
	  height: 400px;
	  background: white;
	  padding: 10px;
	    
	  -webkit-border-radius:10px;
	  -moz-border-radius:10px;
	  border-radius:10px;
	 
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	    
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  position: relative;
	  z-index: 90;
	}
}

@media screen and (max-width:600px){
	.wrapper2 {
	  margin: 20px auto;
	  width: 100%;
	  height: 350px;
	  background: white;
	  padding: 10px;
	    
	  -webkit-border-radius:10px;
	  -moz-border-radius:10px;
	  border-radius:10px;
	 
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	    
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  position: relative;
	  z-index: 90;
	}
}
@media screen and (max-width:480px){
	.wrapper2 {
	  margin: 20px auto;
	  width: 100%;
	  height: 250px;
	  background: white;
	  padding: 10px;
	    
	  -webkit-border-radius:10px;
	  -moz-border-radius:10px;
	  border-radius:10px;
	    
	  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	    
	  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	  position: relative;
	  z-index: 90;
	}
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: -2px;
}

.ribbon-green {
  font-weight: bold;
  font-family: Sans-Serif;
  color: #f9ca00;
  font-size: 15px;
  text-align: center;
  text-shadow: white 0px 1px 0px;
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg); 
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg); 
  transform:rotate(45deg);
  position: relative;
  padding: 7px 0 ;
  left: -5px;
  top: 13px;
  width: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6f6d6d), to(#0f0e0e));          
  color:#f9ca00;
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px; /* +1 to compensate for the border */
}

.ribbon-green:before {
  left: 0px;
}
.ribbon-green:after {
  right: 0px;
}
