.container4 {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	background: url("../img/tv8.jpeg") #e8f1f1  fixed;
}

.tv {
	background: #333;
  width: 65.8vw;
	height: 39.1vw;
	border: 2.5vw solid #000;
	border-radius: 0.25vw;
	border-color: #000 #101010 #000 #101010;
	position: relative;
	bottom: 4vh;
	box-shadow: 0 0 5px 0 #000 inset, 5vmin 0vmin 5vmin -3vmin #000,
		-5vmin 0vmin 5vmin -3vmin #000;
}

.tv:before {
	content: "";
	width: 8vw;
	height: 6vw;
	background: #000000;
	position: absolute;
	bottom: -5.95vw;
	left: calc(50% - 2.75vw);
	border-radius: 0 100%;
	transform: rotate(-42deg);
}

.tv:after {
	content: "";
	width: 8vw;
	height: 6vw;
	background: #000000;
	position: absolute;
	bottom: -5.95vw;
	left: calc(50% - 5.5vw);
	border-radius: 100% 0;
	transform: rotate(42deg);
}


.switchinput {
	width: 3vmax;
	height: 3vmax;
	border: 0;
	position: absolute;
	z-index: 6;
	bottom: -4vmax;
	left: calc(50% - 1.85vmax);
	opacity: 0;
	cursor: pointer;
}

.switch {
	background: #1b1b1b;
	width: 2vmax;
	height: 2vmax;
	position: absolute;
	left: calc(50% - 1.0vmax);
	bottom: -2.44vmax;
	border: 0.25vmax solid #4e4e4e;
	z-index: 5;
	border-radius: 100%;
	box-shadow: 0 0 1vmax 0px #272727, 0 0 0.5vmax 0.1vmax #000 inset;
	box-sizing: border-box;
  
}

input:checked + .switch {
	background: linear-gradient(to bottom, #151515, #3c3c3c);
	color: #fff;
	box-shadow: 0 0 1vmax 0 #03a9f480, 0 0 0.15vmax 1px #03a9f46e inset,
		0 0 0.25vmax 0.15vmax #000000 inset;
	border-color: #2196f3;
}

.switch::before {
	content: "";
	position: absolute;
	width: .7vmax;
	height: .7vmax;
	bottom: 0.4vmax;
	border: 0.25vmax solid #4e4e4e;
	border-top-color: transparent;
	border-radius: 100%;
	left: 0.5vmax;
  
}

input:checked + .switch:before {
	border-color: transparent #03a9f4 #03a9f4 #03a9f4;
}

.switch::after {
	content: "";
	position: absolute;
	width: 0.15vmax;
	height: 0.45vmax;
	bottom: 0.75vmax;
	left: 0.78vmax;
	background: #4e4e4e;

  
}

input:checked + .switch:after {
	background: #03a9f4;
}

.cover {
	position: absolute;
	background: radial-gradient(transparent, transparent, #00000080);
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	box-shadow: 0 0 1vmin 0 #000 inset;
  z-index: -441;
}

.cover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 19.65vw solid #0a0a0a;
	border-left-width: 35.1vw;
	border-right-width: 35.1vw;
	animation: turn-off 0.15s ease 0s 1, turned-off 1s ease 0.15s infinite,
		white-dot 0.35s ease 0.15s 1;
   z-index: 444; 
}



input:checked ~ .cover:before {
	animation: turn-on 0.15s ease 0s 1, turned-on 1s ease 0.15s infinite;
}

@keyframes turn-on {
	0% {
		border-width: 19.65vw;
		border-left-width: 35.1vw;
		border-right-width: 35.1vw;
	}
	50% {
		border-width: 19.65vw;
		border-left-width: 10vw;
		border-right-width: 10vw;
	}
	100% {
		border-width: 0vh;
		border-left-width: 0vw;
		border-right-width: 0vw;
	}
}
@keyframes turned-on {
	0% {
		border-width: 0;
	}
	100% {
		border-width: 0;
	}
}

@keyframes turn-off {
	0% {
		border-width: 0vh;
		border-left-width: 0vw;
		border-right-width: 0vw;
	}
	50% {
		border-width: 19.65vw;
		border-left-width: 10vw;
		border-right-width: 10vw;
	}
	100% {
		border-width: 19.65vw;
		border-left-width: 35.1vw;
		border-right-width: 35.1vw;
	}
}
@keyframes turned-off {
	0% {
		border-width: 19.65vw;
		border-left-width: 35.1vw;
		border-right-width: 35.1vw;
		background: #111111;
	}
	100% {
		border-width: 19.65vw;
		border-left-width: 35.1vw;
		border-right-width: 35.1vw;
		background: #111111;
	}
}
@keyframes white-dot {
	0% {
		background: #ffffff80;
	}
	100% {
		background: #111111;
	}
}


@media only screen and (min-width: 314px)and (max-width: 411px){
  
  .ticker_wrap1
{display: flex;}
.ticker__breaking1{
 white-space: nowrap;
 background: rgb(5, 52, 138);
	 color: #fff;
	 overflow: hidden;
	 padding: 1px 7px;
	 position: absolute;
  display: inline-block; 
  font-weight: bold;
  margin-top: -21px;
  margin-left: 11px;
  z-index: 222;
  height: 15.5px;
  font-size: 8.6px;  
        
}

.ticker__viewport1 {
  background: black;
  color: #fff;
  overflow: hidden;
  padding: 2px 0;
 display: inline-block;
 flex-grow: 1;
 font-weight: bold;
 margin-top: -21px;
 margin-left: 38px;
 cursor: pointer;
 z-index: 111;
 height: 15.5px;
 margin-right: 11px;
 font-size: 8px;
}

.tv {
	background: #333;
	width: 84.4vw;
	height: 50vw;
	border: 2.5vw solid #000;
	border-radius: 0.25vw;
	border-color: #000 #101010 #000 #101010;
	position: relative;
	bottom: 28vh;
	box-shadow: 0 0 5px 0 #000 inset, 5vmin 0vmin 5vmin -3vmin #000,
		-5vmin 0vmin 5vmin -3vmin #000;
}

}


@media only screen and (min-width: 412px)and (max-width: 501px){
     
  .ticker_wrap1
  {display: flex;}
  .ticker__breaking1{
   white-space: nowrap;
   background: rgb(5, 52, 138);
     color: #fff;
     overflow: hidden;
     padding: 2px 6px;
     position: absolute;
    display: inline-block; 
    font-weight: bold;
    margin-top: -25px;
    margin-left: 15px;
    z-index: 222;
    height: 21px;
    font-size: 10px; 
  } 

  .ticker__viewport1 {
    background: black;
    color: #fff;
    overflow: hidden;
    padding: 3px 0;
    display: inline-block;
    flex-grow: 1;
    font-weight: bold;
    margin-top: -25px;
    margin-left: 15px;
    cursor: pointer;
    z-index: 111;
    height: 21px;
    margin-right: 15px;
    font-size: 10px;
   }

   .tv {
    background: #333;
    width: 84.4vw;
    height: 50vw;
    border: 2.5vw solid #000;
    border-radius: 0.25vw;
    border-color: #000 #101010 #000 #101010;
    position: relative;
    bottom: 24vh;
    box-shadow: 0 0 5px 0 #000 inset, 5vmin 0vmin 5vmin -3vmin #000,
      -5vmin 0vmin 5vmin -3vmin #000;
  }

   }
  

    @media only screen and (min-width: 501px)and (max-width: 603px){
      
   
      .ticker_wrap1
      {display: flex;}
      .ticker__breaking1{
       white-space: nowrap;
       background: rgb(5, 52, 138);
         color: #fff;
         overflow: hidden;
         padding: 2px 10px;
	 position: absolute;
  display: inline-block; 
  font-weight: bold;
  margin-top: -31px;
  margin-left: 17px;
  z-index: 222;
  height: 24px;
  font-size: 12px; 
      } 

      .ticker__viewport1 {
        background: black;
        color: #fff;
        overflow: hidden;
        padding: 2px 0;
        display: inline-block;
        flex-grow: 1;
        font-weight: bold;
        margin-top: -31px;
        margin-left: 38px;
        cursor: pointer;
        z-index: 111;
        height: 24px;
        margin-right: 17px;
        font-size: 12px;
       }

       .tv {
        background: #333;
        width: 84.4vw;
        height: 50vw;
        border: 2.5vw solid #000;
        border-radius: 0.25vw;
        border-color: #000 #101010 #000 #101010;
        position: relative;
        bottom: 28vh;
        box-shadow: 0 0 5px 0 #000 inset, 5vmin 0vmin 5vmin -3vmin #000,
          -5vmin 0vmin 5vmin -3vmin #000;
      }

      .container4 {
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        background: url("../img/tv214.jpg") #e8f1f1  fixed;
      }

       }



   @media only screen and (min-width: 604px)and (max-width: 868px){
      
    .ticker_wrap1
    {display: flex;}
    .ticker__breaking1{
     white-space: nowrap;
     background: rgb(5, 52, 138);
       color: #fff;
       overflow: hidden;
       padding: 2px 8px;
       position: absolute;
      display: inline-block; 
      font-weight: bold;
      margin-top: -34px;
  margin-left: 21px;
      z-index: 222;
      font-size: 12px;
      height: 24px;
    } 

    .ticker__viewport1 {
      background: black;
      color: #fff;
      overflow: hidden;
      padding: 2px 0;
      display: inline-block;
      flex-grow: 1;
      font-weight: bold;
      margin-top: -34px;
        margin-left: 38px;
      cursor: pointer;
      z-index: 111;
      height: 24px;
      margin-right: 21px;
      font-size: 12px;
     }

     .tv {
      background: #333;
      width: 84.4vw;
      height: 50vw;
      border: 2.5vw solid #000;
      border-radius: 0.25vw;
      border-color: #000 #101010 #000 #101010;
      position: relative;
      bottom: 18vh;
      box-shadow: 0 0 5px 0 #000 inset, 5vmin 0vmin 5vmin -3vmin #000,
        -5vmin 0vmin 5vmin -3vmin #000;
    }
     }

    @media only screen and (min-width: 869px){
     
      .ticker_wrap1
      {display: flex;}
      .ticker__breaking1{
       white-space: nowrap;
       background: rgb(5, 52, 138);
         color: #fff;
         overflow: hidden;
         padding: 5px 10px;
         position: absolute;
        display: inline-block; 
        font-weight: bold;
        margin-top: -41px;
        margin-left: 24px;
        z-index: 222;
        font-size: 17px;
        height: 38px;
      } 

      .ticker__viewport1 {
        background: black;
        color: #fff;
        overflow: hidden;
        padding: 6px 0;
        display: inline-block;
        flex-grow: 1;
        font-weight: bold;
        margin-top: -41px;
        margin-left: 24px;
        cursor: pointer;
        z-index: 111;
        height: 38px;
        margin-right: 41px;
        font-size: 17px;
       }

       .container4 {
        position: fixed;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        background: url("../img/tv1101.jpeg") #e8f1f1  fixed;
      }
 
       }

       @media only screen and (min-width: 869px)and (max-width: 1097px){

        .tv {
         
          margin-bottom: 78.44%;
           
        }
        .container4 {
          position: fixed;
          width: 100vw;
          height: 100vh;
          display: flex;
          justify-content: center;
          align-items: center;
          top: 0;
          left: 0;
          background: url("../img/tv214.jpg") #e8f1f1  fixed;
        }
        
        .tv {
          background: #333;
          width: 84.8vw;
          height: 50.4vw;
          border: 2.5vw solid #000;
          border-radius: 0.25vw;
          border-color: #000 #101010 #000 #101010;
          position: relative;
          bottom: 4vh;
          box-shadow: 0 0 5px 0 #000 inset, 5vmin 0vmin 5vmin -3vmin #000,
            -5vmin 0vmin 5vmin -3vmin #000;
        }
        
        .tv:before {
          content: "";
          width: 8vw;
          height: 6vw;
          background: #000000;
          position: absolute;
          bottom: -5.95vw;
          left: calc(50% - 2.75vw);
          border-radius: 0 100%;
          transform: rotate(-42deg);
        }
        
        .tv:after {
          content: "";
          width: 8vw;
          height: 6vw;
          background: #000000;
          position: absolute;
          bottom: -5.95vw;
          left: calc(50% - 5.5vw);
          border-radius: 100% 0;
          transform: rotate(42deg);
        }
        
        
        .switchinput {
          width: 3vmax;
          height: 3vmax;
          border: 0;
          position: absolute;
          z-index: 6;
          bottom: -4vmax;
          left: calc(50% - 1.85vmax);
          opacity: 0;
          cursor: pointer;
        }
        
        .switch {
          background: #1b1b1b;
          width: 2vmax;
          height: 2vmax;
          position: absolute;
          left: calc(50% - 1.0vmax);
          bottom: -2.44vmax;
          border: 0.25vmax solid #4e4e4e;
          z-index: 5;
          border-radius: 100%;
          box-shadow: 0 0 1vmax 0px #272727, 0 0 0.5vmax 0.1vmax #000 inset;
          box-sizing: border-box;
          
        }
        
        input:checked + .switch {
          background: linear-gradient(to bottom, #151515, #3c3c3c);
          color: #fff;
          box-shadow: 0 0 1vmax 0 #03a9f480, 0 0 0.15vmax 1px #03a9f46e inset,
            0 0 0.25vmax 0.15vmax #000000 inset;
          border-color: #2196f3;
        }
        
        .switch::before {
          content: "";
          position: absolute;
          width: .7vmax;
          height: .7vmax;
          bottom: 0.4vmax;
          border: 0.25vmax solid #4e4e4e;
          border-top-color: transparent;
          border-radius: 100%;
          left: 0.5vmax;
          
        }
        
        input:checked + .switch:before {
          border-color: transparent #03a9f4 #03a9f4 #03a9f4;
        }
        
        .switch::after {
          content: "";
          position: absolute;
          width: 0.15vmax;
          height: 0.45vmax;
          bottom: 0.75vmax;
          left: 0.78vmax;
          background: #4e4e4e;
        
          
        }
        
        input:checked + .switch:after {
          background: #03a9f4;
        } 
        
    }  



    

.ticker__viewport1 a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.ticker__viewport1 a:hover {
  color: rgb(119, 219, 250);
  font-weight: bold;
  cursor: pointer;
}
 .ticker__list1 {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 display: flex;
}
 .ticker__item1 {
	 display: inline-block;
	 white-space: nowrap;
	 padding-right: 40px;
}
.ticker__item1:before{
  content: "";
  font-weight: bold;
}

  
    