     @media only screen and (min-width: 1181px) {
         .tuc-tuc {
    width: 90%;
    margin-top: 0px;
    text-align: left;}
         .tuc-tuc2{    
    width: 50%;
    float: right;
    position: relative;
    top: -303px;
    text-align: left;
         }
     }
     @media only screen and (max-width: 1180px) {
         .tuc-tuc {width: 100%;margin-top: 5px;}
         .tuc-tuc2{width: 100%;}
         .userdetails {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
     }
     
@media only screen and (min-device-width: 1000px) and (max-device-width: 1140px) {
.pest_info {
    margin-left: 0px;
}
.pest_info1 {
    width: auto;
}
}
a {
  color: #4b5258;
}

.outerdiv
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerdiv
{
	/*transform: scale(0.9);*/
	margin: 1rem;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,22rem);
	grid-template-columns: repeat(4,17rem);
}
.eachdiv
{
	padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: #090909;
}
.div1
{
    background: #ffffff;
    grid-column: 2 / 5;
    grid-row: 1 / 2;
    background-repeat: no-repeat;
    background-position-x: 25rem;
}
.div2
{
	background:#49556B;
    grid-column: 4/4;
    grid-row: 1/2;
}
.div3
{
	background: white;
  grid-column: 1/2;
    grid-row: 1/2;
    color: black;
}
.div4
{
	grid-column: 1/5;
    grid-row: 2/4;
    color: black;
}
.div5
{
	background: #fff;
	grid-column: 2/4;
    grid-row: 2/3;
    overflow: hidden;
}
.userdetails
{
	display: flex;
}
.imgbox
{
	margin-right: 1rem;
}
.imgbox img
{
	border-radius: 50%;
	width: 2rem;
	border: 2px solid #cec5c5;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
  color: #4b5258;
  font-size: 23px;
  margin-bottom: 0.1rem;
  font-weight: 600;
  text-align: left;
}
.detbox .name.dark
{
    color: #4a5258;
    font-size: 23px;
    text-align: center;
}

.detbox .designation.dark
{
	color: #49505A;
}
.review h4
{
	font-size: 5.4rem;
	color: #F3DEFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4{
	color:#4B5258;
}
.review p
{
    font-size: 0.95rem;
    color: #52565a;
    font-weight: 400;
    opacity: 80%;
    line-height: 1.5;
}
.review.dark p{
	color: #0e0e0e;
}
.attribution
{
	font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a
{
	text-decoration: none;
}
@media only screen and (max-width: 1180px)
{
    	.innerdiv
	{
		display: flex; 
		flex-direction: column;
		margin: 2rem;
		margin-bottom: 5rem;
	}
    }


@media only screen and (max-width: 995px)
{
	.div1 {
		background-position-x: 10rem;
	}

	.attribution
	{
		position: relative;
	}
    .div1.eachdiv{
      display: none;  
    }
}
.album-item {
    width: 300px;
}


#album-rotator {
    width: 100%;
    margin-bottom: 50px;
}
#album-rotator-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.album-item {
    word-break: keep-all;
    background: black;
    box-shadow: 0 2px 7px rgba(0,0,0,0.5);
    position: relative;
    width: 293px;
    -webkit-user-drag: none;
    user-drag: none;
    height: 350px;
    user-select: none;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin: 1rem;
    transition: all 0.2s ease-out;
    min-width: 260px;
}

.album-item:hover {
    transform: scale(1.02);
}
.album-details {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    white-space: initial;
    float: left;
    box-sizing: border-box;
    color: white;
    height: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    z-index: 99;
}
.title {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 2rem;
    text-align: left;
}
.subtitle {
    font-weight: 100;
    line-height: 16px;
    font-size: 19px;
    color: #dedede;
}
.subtext {
font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .8rem 1rem;
    width: 100%;
    white-space: initial;
    letter-spacing: 0;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    background: #0009;
    color: #dedede;
}
.icon {
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    padding: 0 0 0.5rem 0;
}
.all-culture {
  min-height: 33px;
  width: 170px;
  border-radius: 36px;
  margin: 0px;
  background: #0055AD;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  top: 50px;
  margin-left: 0px;
  position: relative;
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 6px;
}
.all-culture:hover {
  background: #004a95;
}
    
    @media screen and (max-width: 790px){
main {
    margin-top: 38px;
}
    }