/* ------------------------------------------------------------------------------------------------------------ */ 
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.serums-routine__name{
		min-height: 100px;
	}
	.serums-nav__wrapper {
		padding-bottom: 0px;
	}

}


@media (max-width: 480px) {
	.serums-nav li a {
		font-size: 11px;
	}
}
