Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
/* Media Queries for custom slider */
@media screen and (max-width: 1000px) {
.jpslitslider .sl-slider-wrapper {
height: 600px;
max-height:600px;
}
.jpslitslider .sl-slider p {
font-size: 12px!important;
}
}
@media screen and (max-width: 768px) {
.jpslitslider .sl-slider-wrapper {
display:none;
}
.menu-outer {
position:relative!important;
}
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.