#pstoffercmsblock {
    margin-bottom: 50px;
}
#pstoffercmsblock .pst-offer-wrapper {
	position: relative;
}
#pstoffercmsblock .pst-offer-details {
	position: absolute;
	left: 27%;
	right: auto;
	top: 20%;
	bottom: auto;
	color: #ffffff;
	z-index: 3;
}
#pstoffercmsblock .pst-offer-details .offer-btn {
	display: block;
	margin-bottom: 15px;
}
#pstoffercmsblock .pst-offer-details .offer-btn a {
	text-transform: uppercase;
	background-color: #f4cb00;
	display: inline-block;
	vertical-align: top;
	padding: 6px 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 600;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#pstoffercmsblock .pst-offer-details .offer-btn a:hover {
	background-color: #1a1a1a;
	color: #fff;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#pstoffercmsblock .pst-offer-details .text1 {
	display: block;
	font-size: 40px;
	font-weight: 100;
	line-height: 50px;
	margin-bottom: 20px;
}
#pstoffercmsblock .pst-offer-details .text2 {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}

#pstoffercmsblock a.offer-img img {
	max-width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}

#pstoffercmsblock a.offer-img {
	display: block;
    position: relative;
}

@media (max-width: 1499px) {
#pstoffercmsblock .pst-offer-details .offer-btn {
    margin-bottom: 10px;
}
#pstoffercmsblock .pst-offer-details .text1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
}


@media (max-width: 1299px) {
#pstoffercmsblock .pst-offer-details .offer-btn {
    margin-bottom: 5px;
}
#pstoffercmsblock .pst-offer-details .text1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
}
#pstoffercmsblock .pst-offer-details .text2 {
    font-size: 13px;
}
#pstoffercmsblock .pst-offer-details {
    top: 10%;
}
}


@media (max-width: 767px) {
#pstoffercmsblock .pst-offer-details {
    top: 7%;
    left: 25%;
}
#pstoffercmsblock .pst-offer-details .offer-btn a {
    padding: 0px 10px;
    font-size: 11px;
}
#pstoffercmsblock .pst-offer-details .text1 {
    font-size: 16px;
    line-height: 16px;
}
#pstoffercmsblock .pst-offer-details .text2 {
    font-size: 10px;
}
}

@media (max-width: 479px) {
#pstoffercmsblock .pst-offer-details .text1, #pstoffercmsblock .pst-offer-details .text2 {
    display: none;
}
#pstoffercmsblock .pst-offer-details {
    top: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
    bottom: 5px;
    background-color: rgba(255,255,255,0.4);
}
#pstoffercmsblock .pst-offer-details .offer-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 9px 0;
}
}