#pstoffercmsblock {
    margin-bottom: 50px;
}
#pstoffercmsblock .pst-offer-wrapper {
	position: relative;
}
#pstoffercmsblock .pst-offer-details {
	position: absolute;
	left: 27%;
	right: auto;
	top: 20%;
	bottom: auto;
	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: #c4ae91;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    padding: 6px 25px;
    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: #333333;
	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: 400;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 20px;
}
#pstoffercmsblock .pst-offer-details .text2 {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}

#pstoffercmsblock a.offer-img img {
	max-width: 100%;
}

#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(0, 0, 0, 0.5);
}
#pstoffercmsblock .pst-offer-details .offer-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 9px 0;
}
}