@media screen and (max-width: 992px) {
	.slidehtml p {
		display:none !important;
	}
	
}

#slideshowheight, #slideshowfrequency {
	display: none;
}
.albumcontainer {
	float: left;
	height: 350px;
	width: 33.33333%;
	position: relative;
}
.primaryimage {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 0px;
	padding-bottom: 67.5%;
	background-size: cover;
	background-position: center center;
}
.albumdescription {
	padding: 10px;
	text-align: center;
}
.imagecontainer {
	float: left;
	position: relative;
	padding-bottom: 30px;
}
.galleryimage {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 0px;
	padding-bottom: 67.5%;
	background-size: cover;
	background-position: center center;
}
.imagedesc {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imagedescr {
	text-align: center;
}
.galleryoptions {
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	padding-top: 50px;
	height: 200px;
	top: 0px;
	left: 0px;
	display: none;
}
.goption {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
}
.newalbumform {
	text-align: center;
	padding-top: 50px;
}
label[for=albumname] {
	font-weight: bold;
}
.primaryimg::after {
	content: url(images/primaryset.png);
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	top: -10px;
}
.deletealbum {
	position: absolute;
    right: 7%;
    top: 2%;
    width: 10%;
	cursor: pointer;
}
.albumsaver {
	display: none;
}
#slideframe {
	position: relative;
}
.slidecontainer {
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.slidehtml {
	position: absolute;
	width: 45%;
}
.slidehtml.top-left {
	top: 15px;
	left: 15px;
}
.slidehtml.bottom-left {
	bottom: 15px;
	left: 15px;
}
.slidehtml.top-right {
	top: 15px;
	right: 15px;
	text-align: right;
}
.slidehtml.bottom-right {
	bottom: 15px;
	right: 15px;
	text-align: right;
}
.controlslidesouter {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.controlslidesinner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.slidedot {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #EEE;
	cursor: pointer;
	background-color: rgba(238,238,238,0.4);
}
.currentdot {
	background-color: #EEE;
}
.colourswatch {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #181204;
	vertical-align: middle;
	cursor: pointer;
}
.htmlcolourradio {
	visibility: hidden;
}
.colourswatch.selectswatch {
	border: 3px solid red !important;
}
.previewswitch {
	position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0px 11px;
    color: white;
    background-color: black;
    border: 1px solid white;
    border-radius: 6px;
    font-size: 0.6em;
}
.gallery-surround {
    margin-top: 45px;
}