.olycash-business-paymaster {
    background: url(../../assets/images/paymaster.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 40vh;
}

.olycash-business-mediaservice {
    background: url(../../assets/images/streaming_business.fw.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 40vh;
}

.olycash-business-selling {
    background: url(../../assets/images/support_selling.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 60vh;
}

.olycash-business-ticketing {
    background: url(../../assets/images/ticketing.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 70vh;
}

.olycash-business-shipping {
    background: url(../../assets/images/shipping.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50vh;
}

.olycash-business-saving {
    background: url(../../assets/images/sacco.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50vh;
}


.business-reviews-table {
	max-width: 1000px;
	text-align: center;
	margin: 0px auto;
}

.business-reviews-table .business-logo {
	display: inline-block;
	width: calc(20% - 30px);
	height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 30px 13px;
}


.screen-preview {
	display: inline-block;
	width: calc(50vw - 50px);
	min-width: 250px;
	max-width: 450px;
	height: 60vh;
}
.publisher-link-view {
    background: url(../../assets/images/olycash_link_publisher_view.jpg) no-repeat center top;
    background-size: contain;
}
.reader-link-view {
    background: url(../../assets/images/olycash_link_reader_view.jpg) no-repeat center top;
    background-size: contain;
}


.slide-options {
	line-height: 0 !important;
	font-size: 40%;
	vertical-align: middle;
}

.slide-options > span {
	border-radius: 30px !important;
}

.media-service {
	color: #fa415c;
    border: 1px solid #fa415c;
    border-radius: 12px;
    font-weight: bold;
    padding: 3px 6px;
    cursor: pointer;
    font-family: 'Poppins-Bold';
}

.media-service:hover {
    color: #777;
    border: 1px solid #777;
}

/* CSS for small screens */
@media only screen and (max-width:850px){

.business-reviews-table {
	width: calc(100% - 30px);
}

.business-reviews-table .business-logo {
	display: block;
	width: calc(100% - 20px);
	height: 50px;
}

}


