
@media (max-width: 320px) {
.slidertitle {
font-size: 17px;
top: 26%;
}
.slidercontent {
font-size: 5px;

}
#carousel {
 height:600px;
 }
}
@media screen and (min-width:321px) and (max-width: 478px) {                          
.slidertitle {
font-size: 17px;
top: 26%;

}
.slidercontent {
font-size: 5px;
} 
#carousel {
 height:600px;
 }
}
@media screen and (min-width:479px) and (max-width: 638px){
.slidertitle {
font-size: 25px;
top: 41%;
}
.slidercontent {
font-size: 9px;
} 
#carousel {
 height:700px;
 }
}

@media screen and (min-width:639px) and (max-width: 767px){
.slidertitle {
font-size: 34px;
top: 57%;

}
.slidercontent {
font-size: 11px;


} 
#carousel {
 height:700px;
 }
}

@media screen and (min-width:768px) and (max-width: 1000px){
.slidertitle {
font-size: 40px;
top: 47%;

}
.slidercontent {
font-size: 14px;


} 
#carousel {
 height:900px;
 }
}

@media screen and (min-width:1001px) and (max-width: 1200px){
.slidertitle {
font-size: 40px;
top: 47%;

}
.slidercontent {
font-size: 14px;


} 
#carousel {
 height:900px;
 }
}

@media screen and (min-width:1201px) and (max-width: 1335px){
.slidertitle {
font-size: 40px;
top: 47%;

}
.slidercontent {
font-size: 14px;


} 
#carousel {
 height:900px;
 }
}

