.image-outer-self {
    position: relative;
    height: auto;
    vertical-align: top;
    display: inline-block;
}

.col-h{
	height: 100vh;
}

.col-h2{
	height: 80vh;
}

#inside-box {
    padding: 20px;
	border-radius: 25px;
	background-color: white;
}
.inner-pad{
	padding: 50px;
}

.cronobanner{
	vertical-align="middle"
}


img {
    image-orientation: from-image;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.footer.full-bg {
	background: #97969e;
	text-align: center;
	color: white;
    border-spacing: 10px;
	padding: 5px;
}

.full-bg{
    position: relative;
}

.full-bg::after {
    left: 100%;
}
.full-bg::after, .full-bg::before {
    content: '';
    background: inherit;
    width: auto;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    border-spacing: 10px;
}

@media (min-width:442px) {
	.responsiveFrame { width:400px; height:300px; }
}

@media (min-width:642px) {
	.responsiveFrame { width:600px; height:450px; }
}

@media (min-width:782px) {
	.responsiveFrame { width:740px; height:555px; }
}

.padding_border {
	padding-bottom: 2%;
}
