    @media only screen and (min-device-width: 320px) and (max-device-width: 672px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
               .mob-l, .mob-r {
    padding-left: 0.3rem !important;
}
    }


    @media only screen and (min-device-width: 375px) and (max-device-width: 425px) {
      
      .mob-l, .mob-r {
    padding-left: 0.3rem !important;
}
    }


    @media only screen and (min-device-width: 321px) and (max-device-width: 375px) {
    .mob-l, .mob-r {
    padding-left: 0.3rem !important;
}
    }

    @media only screen and (min-device-width: 820px) and (max-device-width: 1180px) {
       
        .mob-l, .mob-r {
    padding-left: 0.3rem !important;
}
    }
	
	@media only screen and (min-device-width: 414px) and (max-device-width: 425px) {
      
      .mob-l, .mob-r {
    padding-left: 0.3rem !important;
}
    }
	

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .mob-l, .mob-r {
    padding-left: 0.3rem !important;
}
    }

    @media only screen and (min-device-width: 280px) and (max-device-width: 1024px) {
        
      .mob-l, .mob-r {
    padding-left: 0.3rem !important;
}
    }
	
/*Photos mobile responsive starts here*/

@media only screen and (min-device-width: 320px) and (max-device-width: 672px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
              img {
    max-width: 100%;
    height: auto;
}
    }
	
	
	
@media only screen and (min-device-width: 375px) and (max-device-width: 425px) {
      
       img {
    max-width: 100%;
    height: auto;
}
    }
	
@media only screen and (min-device-width: 321px) and (max-device-width: 375px) {
    img {
    max-width: 100%;
    height: auto;
}
    }

	

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) {
        img {
    max-width: 100%;
    height: auto;
}
    }
	
	
	
	@media only screen and (min-device-width: 414px) and (max-device-width: 425px) {
      
     img {
    max-width: 100%;
    height: auto;
}
    }
	

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
       img {
    max-width: 100%;
    height: auto;
}
    }

    @media only screen and (min-device-width: 280px) and (max-device-width: 1024px) {
        
     img {
    max-width: 100%;
    height: auto;
}
    }