.product-whats-new{
	background-position: left;
}

@media only screen and (max-width: 915px){
	.small-text-one{
		font-size: 22px !important;
	}
	.small-text-two{
		font-size: 33px !important;
	}
}
	
@media only screen and (max-width: 1800px){

    .products-whats-new-contain {
        width: 100% !important;
    }
}

@media only screen and (min-width: 2000px){
	.product-whats-new{
		background-position: right;
	}
}

#videocontain{
    position: relative;
    overflow: hidden;
    background-color: white;
}

@media only screen and (max-width: 1570px){
    #background_video{
        left: 0;
    }
}

@media only screen and (max-width: 968px){
    #videocontain .slide-content{
        padding-top: 20px !important;
    }
}

#background_video {
    position: absolute;

    z-index: 1;
    object-fit: cover;
    height: 100%;
    background-color: white !important;
    top: 80px;
    right: 0;
}

#contentcontain{
    position: relative;
    z-index: 2;
}



.ps-op-product{
	background-image: none !important;
	background-color: white !important;
}

.ps-op-product:nth-of-type(odd){
	background-color: #f3f8fb !important;
}

.product-showcase .prod-logo{
    width: auto !important;
}

.ps-op-product .row{
	position: relative;
}

@media only screen and (min-width: 768px){
	.ps-op-product .row div:nth-child(2){
		  position: absolute;
		  top: 50%;
		  transform: translateY(-50%);
		}
		
	.ps-op-product.mobicontrol .row div:nth-child(2){
			right: 0;
		}
	.ps-op-product.assist .row div:nth-child(2) {
		left: 0;
	}
}

