/*Extra small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.prod-s{
		position: absolute;
		top: -10em;
		width: 90%;
	}
	.prod-s-lt{
		position: absolute;
		top: -10em;
		width: 90%;
	}
	.pro1{
		margin-bottom: 23% !important;
	}
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.pro1{
		margin-bottom: 18% !important;
	}
}

/*Custom (desktops,1080px and up)*/
@media (min-width: 1025px) { 
	.rm-1080-end{
		display: none !important;
	}
	.prod-s{
		position: absolute;
		top: -10em;
		left: 100px;
		width: 150%;
	}
	.prod-s-lt{
		position: absolute;
		top: -10em;
		right: 100px;
		width: 150%;
	}
	.pro1{
		margin-bottom: 0% !important;
	}
}
@media (max-width: 1024px) { 
	.rm-0-1080{
		display: none !important;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
		.pro1{
		margin-bottom: 0% !important;
	}
 }





 /*@media (max-width: 1380px) and (min-width: 1280px) {
	.prod-s, .prod-s-lt{
		top: 252px;
	}
}
*/
/*@media (max-width: 1024px) {
	.prod-s {
		width: 592px;
		top: 242px;
	}
	.prod-s-lt {
		width: 592px;
		top: 242px;
	}
}*/

/*@media (max-width: 1021px) and (min-width: 768px) {
.prod-s {
		width: 598px;
	}
	.prod-s-lt {
		width: 598px;
		top: -126px;
	}
	.prod-s h1,
	.prod-s-lt h1 {
		font-size: 30px;
		right: 12px;
		top: 9px;
	}
	.prod-s h2,
	.prod-s-lt h2 {
		font-size: 20px;
	}

	.prod-s {
		top: 327px;
	}
	.prod-s-lt {
		top: -73px;
	}
	.prod-s {
	    width: 90%;
	}
	.prod-s-lt {
	    width: 90%;
	    right: 5%;
	}
	.prod-s p, .prod-s-lt p {
	    letter-spacing: 1px;
	}

}	*/

/*@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.prod-s {
		width: 100%;
		top: 185px;
		left: 0;
	}
	.prod-s h1,
	.prod-s-lt h1 {
		font-size: 20px;
		color: #cac9c9;
		position: absolute;
		right: 8px;
		top: 9px;
		font-family: sans-serif;
	}
	.prod-s h2,
	.prod-s-lt h2 {
		font-size: 18px;
	}
	.prod-s {
		padding: 13px;
	}
	.prod-s-lt {
		
		top: 0;
		width: 100%;
		right: 0;
		padding: 13px;
	}
}	*/