@media (min-width:992px) {
	.amazon_button{
        	margin :0 auto;
	}
	.custom-div {
        	bottom:95px;
    		display: flex;
    		margin: 5px 5px;
        	align-items: center;
￼    		justify-content: center;
￼    		vertical-align: bottom;
        	width : 50%;
	}
	.icon_div {
￼    		align-items: center;
￼    		display: block;
￼    		width: auto;
￼    		text-align: center;
￼    		justify-content: center;
	}
	.custom-div .amazon_popup img {
￼    		width: 90px;
	}
	.amazon_button button
	{
		float:right;
	}
	.amazon_button button a {
        	color:#fff;}
	}
@media (max-width:479px){
	.custom-div {
        	color:#fff;
        	display:flex;
	width:100%;
	}
}
@media (max-width: 767px){
        .custom-div {
   		 display: flex;
        	width : 50%;
  	}
}
@media (min-width: 768px){
        .custom-div {
   		 display: flex;
        	width : 50%;
  	}
}
