@media only screen 
  and (min-device-width: 260px) 
  and (max-device-width: 560px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.my-container {
		width: 100%;
		position: relative;

		margin-left: auto;
		margin-right: auto;
	}

	.back-gradient {
		top: 250px;

		height: 1024px;
	}

  	.logos-container {
		width: 100%;
		height: auto;

		padding: 0 15px;
		z-index: 300;
	}

	.continental-container {
		width: 123px;
		
		padding: 38px 12px 12px 12px;
	}

	.major-container {
		width: 94px;
		height: 27px;

		margin-top: 41px;
		margin-right: 4px;

		float: right;

		display: inline-block;
		vertical-align: top;
	}

	.major-container > img {
		width: 100%;
		height: 100%;
	}

	.toyota-logo-container {
		width: 65px;
		height: 120px;

		z-index: 300;
		margin-right: 0;

		box-shadow: #00000029 0 3px 6px;
	}

	.toyota-logo-container > img {
		width: 49px;
		height: 90px;

		position: absolute;
		top: 14px;
		left: 7px;
	}

	.welcome-message-container {
		max-width: 100%;
	}

	.welcome-message {
		border-radius: 0;

		padding: 11px 58px 13px 29px;
	}

	.welcome-message > .title {
		font-size: 18px;
		line-height: 22px;
	}

	.welcome-message > .title sup {
		font-size: 13px;
		font-weight: normal;
		top: -.5em;
		left: .1em;
	}

	.welcome-message .welcome-message-or-phrase {
		font-size: 13px;
		font-weight: normal;
		margin-top: 0;
	}

	.welcome-message > .subtitle {
		font-size: 16px;
		line-height: 22px;

		display: block;
	}

	.welcome-message-container-description {
		padding-top: 8px;
		font-size: 10px;
	}

	.welcome-message > .span-highlight {
		height: auto;
		padding: 5px;
	}

	.welcome-message > .span-highlight > .tire-title {
		font-size: 13px;
		line-height: 18px;
	}

	.welcome-message > .span-highlight > .star {
		font-size: 8px;
		line-height: 11px;
	}

	.welcome-message-container-description > .star {
		font-size: 10px;
		line-height: 14px;
	}

	.welcome-message-container > img {
		margin: 0;
		padding: 40px 15px 0 15px;
	}

	.how-to-container {
		width: 100%;

		margin-top: 40px;
		margin-bottom: 10px;

		text-align: left;
	}

	.how-to-container > .how-to-title {
		font-size: 20px;
		line-height: 27px;

		margin-bottom: 25px;
	}

	.how-to-container-title {
		font-size: 18px;
		line-height: 24px;

		margin-left: 24px;

		display: inline-block;
	}

	.how-to-container-description {
		font-size: 16px;
		line-height: 22px;

		margin: 8px 0 25px;
	}

	.how-to-container-checked {
		width: 62px;
		height: 54px;
	}

	.how-to-container-shared {
		width: 54px;
		height: 57px;
	}

	.how-to-container-success {
		width: 59px;
		height: 61px;
	}

	.how-to-container > .how-to-description {
		text-align: left;
		margin: -16px 20px 20px 24px;
		font-size: 16px;
		line-height: 22px;
		color: #262626;

		display: none;
	}

	.facts-container {
		padding-top: 10px;
	}

	.facts-title {
		font-size: 22px;
		line-height: 30px;
	}

	.footer {
		padding: 24px 15px;		
	}

	.footer-title {
		font-size: 16px;
		line-height: 22px;
	}

	.footer-rules {
		margin-top: 4px;
	}

	.col-sm-4, .col-12 {
		padding-left: 24px;
		padding-right: 20px;
	}

}